Skip to content

Commit 235c2d0

Browse files
Investigamerloonghao
authored andcommitted
fix(workflows): Add quotes to prevent 3.10 being interpretted as 3.1
Signed-off-by: MrTeferi <[email protected]>
1 parent ed92655 commit 235c2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
max-parallel: 3
99
matrix:
10-
python-version: [3.8, 3.9, 3.10]
10+
python-version: ["3.8", "3.9", "3.10"]
1111

1212
steps:
1313
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

0 commit comments

Comments
 (0)