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 eba6922 commit 746c0e9Copy full SHA for 746c0e9
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
# Test all supported versions on Ubuntu:
21
os: [ubuntu-latest]
22
- python: ["3.7", "3.8", "3.9", "3.10", 3.11-dev]
+ python: ["3.7", "3.8", "3.9", "3.10", 3.11-dev, 3.12-dev]
23
include:
24
# Also test PyPy, macOS, and Windows:
25
- os: ubuntu-latest
0 commit comments