We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a387f32 commit 5a4d8b8Copy full SHA for 5a4d8b8
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10-dev']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
28
29
steps:
30
- uses: actions/checkout@v2
0 commit comments