Skip to content

Commit 873d5bf

Browse files
committed
CI: Quote python versions for consistency
1 parent f244c4b commit 873d5bf

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
@@ -107,7 +107,7 @@ jobs:
107107
fail-fast: false
108108
matrix:
109109
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
110-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
110+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
111111
architecture: ['x64', 'x86']
112112
dependencies: ['full', 'pre']
113113
include:

0 commit comments

Comments
 (0)