We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f64f4 commit d354171Copy full SHA for d354171
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
needs: [lint]
77
strategy:
78
matrix:
79
- pyver: [3.6, 3.7, 3.8, 3.9, 3.10]
+ pyver: ['3.6', '3.7', '3.8', '3.9', '3.10']
80
no-extensions: ['', 'Y']
81
os: [ubuntu, macos, windows]
82
exclude:
0 commit comments