We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8233e commit 6955c69Copy full SHA for 6955c69
1 file changed
.github/workflows/test-and-lint.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: [3.6, 3.7, 3.8, 3.9.0-rc.2]
+ python-version: [3.6, 3.7, 3.8, 3.9]
12
fail-fast: false
13
14
steps:
0 commit comments