We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bdcd5 commit b3509b0Copy full SHA for b3509b0
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-20.04
17
strategy:
18
matrix:
19
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
20
fail-fast: false
21
22
steps:
0 commit comments