Skip to content

Commit 587dc79

Browse files
committed
Updating workflow to include python 3.9
1 parent e3e4eba commit 587dc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8]
16+
python-version: [3.6, 3.7, 3.8, 3.9]
1717

1818
runs-on: "ubuntu-latest"
1919
steps:
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
arch: ['x86', 'x64']
46-
python-version: [3.6, 3.7, 3.8]
46+
python-version: [3.6, 3.7, 3.8, 3.9]
4747

4848
runs-on: "windows-latest"
4949

0 commit comments

Comments
 (0)