Skip to content

Commit 9c9420f

Browse files
committed
Don't rely on YAML format guessing for Python versions
1 parent a03ad98 commit 9c9420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false # Always report results for all targets
3838
max-parallel: 8
3939
matrix:
40-
python-version: [3.10, 3.11, 3.12, 3.13]
40+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4141
# There's no platform specific SDK code, but explicitly check Windows anyway
4242
os: [ubuntu-20.04, windows-2019]
4343

0 commit comments

Comments
 (0)