We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f974f12 + 9a84292 commit 502dbb9Copy full SHA for 502dbb9
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: [3.6, 3.7, 3.8]
+ python-version: ['3.6', '3.7', '3.x']
33
steps:
34
- uses: actions/checkout@v2
35
-
0 commit comments