Skip to content

Commit 34bcf4c

Browse files
committed
update testing python version
1 parent 507503a commit 34bcf4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 3
1111
matrix:
12-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
12+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0]
1313

1414
steps:
1515
- uses: actions/checkout@v1
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
max-parallel: 3
3434
matrix:
35-
python-version: [3.7, 3.8, 3.9, 3.10]
35+
python-version: [3.7, 3.8, 3.9, 3.10.0]
3636

3737
steps:
3838
- uses: actions/checkout@v1
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
max-parallel: 3
5757
matrix:
58-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
58+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0]
5959

6060
steps:
6161
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)