Skip to content

Commit 93632d2

Browse files
committed
properly specific python 3.10
1 parent d12b4bd commit 93632d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_formatting_tests_and_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# OSs to test
3333
os: [ubuntu-latest, macos-latest]
3434
# Python versions to test
35-
python-version: [3.8, 3.9, 3.10, 3.11]
35+
python-version: [3.8, 3.9, '3.10', 3.11]
3636
# By default everything should pass for the workflow to pass
3737
experimental: [false]
3838
include:
@@ -44,7 +44,7 @@ jobs:
4444
python-version: 3.9
4545
experimental: true
4646
- os: windows-latest
47-
python-version: 3.10
47+
python-version: '3.10'
4848
experimental: true
4949
- os: windows-latest
5050
python-version: 3.11

0 commit comments

Comments
 (0)