We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8c502 commit 1a34082Copy full SHA for 1a34082
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
strategy:
41
matrix:
42
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
43
44
steps:
45
0 commit comments