Skip to content

Commit

Permalink
CI reactivate py39
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Feb 18, 2021
1 parent 6ee308c commit 5bdf033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
python -m coveralls --service=github
- uses: actions/upload-artifact@v2
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
with:
path: dist

Expand Down

0 comments on commit 5bdf033

Please sign in to comment.