Skip to content

Commit

Permalink
Python 3.9.0-rc.1 -> 3.9 in python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta authored Nov 5, 2020
1 parent d97823d commit e7d998a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.0-rc.1]
python-version: [3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
exclude:
- os: macos-latest
python-version: 3.3
Expand All @@ -26,8 +26,6 @@ jobs:
python-version: 3.5
- os: windows-latest
python-version: 3.6
- os: windows-latest
python-version: 3.9.0-rc.1

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e7d998a

Please sign in to comment.