Skip to content

Commit 1eb0d46

Browse files
committed
Use strings for python versions
3.10 was interpreted as 3.1
1 parent 483b1b7 commit 1eb0d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
max-parallel: 4
3131
matrix:
32-
python-version: [3.6, 3.7, 3.8,3.9,3.10]
32+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
3333
steps:
3434
- uses: actions/checkout@v2
3535
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)