Skip to content

Commit d354171

Browse files
authored
Fix Python 3.10 test build (#228)
1 parent c2f64f4 commit d354171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: [lint]
7777
strategy:
7878
matrix:
79-
pyver: [3.6, 3.7, 3.8, 3.9, 3.10]
79+
pyver: ['3.6', '3.7', '3.8', '3.9', '3.10']
8080
no-extensions: ['', 'Y']
8181
os: [ubuntu, macos, windows]
8282
exclude:

0 commit comments

Comments
 (0)