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 ed64cfe commit eb6ed32Copy full SHA for eb6ed32
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
fail-fast: false
33
matrix:
34
os: [ubuntu, macos, windows]
35
- python: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
+ python: ['3.7', '3.8', '3.9', '3.10', '3.11']
36
37
env:
38
PYTHON: ${{ matrix.python }}
0 commit comments