Skip to content

Commit 5bdf033

Browse files
committed
CI reactivate py39
1 parent 6ee308c commit 5bdf033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macos-latest]
28-
python-version: [3.5, 3.6, 3.7, 3.8]
28+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2929

3030
steps:
3131
- uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
5656
python -m coveralls --service=github
5757
5858
- uses: actions/upload-artifact@v2
59-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
59+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
6060
with:
6161
path: dist
6262

0 commit comments

Comments
 (0)