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 a03ad98 commit 9c9420fCopy full SHA for 9c9420f
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
fail-fast: false # Always report results for all targets
38
max-parallel: 8
39
matrix:
40
- python-version: [3.10, 3.11, 3.12, 3.13]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
41
# There's no platform specific SDK code, but explicitly check Windows anyway
42
os: [ubuntu-20.04, windows-2019]
43
0 commit comments