Skip to content

Commit

Permalink
Remove Python 3.3 and 3.4 from python-package.yml
Browse files Browse the repository at this point in the history
Python 3.3 and Python 3.4 are now not supported for ubuntu-latest in GitHub Actions
  • Loading branch information
lszeremeta authored Mar 24, 2021
1 parent 1cc38c2 commit a50699e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
exclude:
- os: macos-latest
python-version: 3.3
- os: macos-latest
python-version: 3.4
- os: windows-latest
python-version: 3.3
- os: windows-latest
python-version: 3.4
- os: windows-latest
python-version: 3.5
- os: windows-latest
Expand Down

0 comments on commit a50699e

Please sign in to comment.