Skip to content

Commit 1214835

Browse files
committed
Convert Python versions to strings in test matrix
1 parent 7c03a84 commit 1214835

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
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [Ubuntu, macOS, Windows]
27-
python-version: [3.7, 3.8, 3.9, 3.10]
27+
python-version: ['3.7', '3.8', '3.9', '3.10']
2828

2929
steps:
3030
- name: Checkout

0 commit comments

Comments
 (0)