Skip to content

Commit a058285

Browse files
Fix integer parsing issue
3.10 was being read as 3.1.
1 parent b1b7a82 commit a058285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
fail-fast: false
179179
matrix:
180180
os: [ubuntu-latest, windows-latest, macos-13]
181-
python: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
181+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
182182

183183
name: build/${{ matrix.os }}/${{ matrix.python }}
184184
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)