Skip to content

Commit 46f5593

Browse files
committed
Quote Python version strings in unit-test matrix to preserve trailing zeros
1 parent 5e79f5f commit 46f5593

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
max-parallel: 1
1717
matrix:
1818
python-version:
19-
- 3.8
20-
- 3.9
21-
- 3.10
22-
- 3.11
23-
- 3.12
24-
- 3.13
25-
- 3.14
19+
- "3.8"
20+
- "3.9"
21+
- "3.10"
22+
- "3.11"
23+
- "3.12"
24+
- "3.13"
25+
- "3.14"
2626
os:
2727
- ubuntu-latest
2828

0 commit comments

Comments
 (0)