We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c16a80 commit 509aa86Copy full SHA for 509aa86
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
- python-version: [3.8, 3.9, 3.10, 3.11]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
21
defaults:
22
run:
23
shell: bash -l {0}
0 commit comments