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 3e0f29f commit eaac6d8Copy full SHA for eaac6d8
.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11",
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev",
8
"pypy-3.7", "pypy-3.8", "pypy-3.9"]
9
fail-fast: false
10
runs-on: ubuntu-latest
0 commit comments