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 42bd40e commit d4d8e57Copy full SHA for d4d8e57
1 file changed
.github/workflows/ci_stdlib_only.yml
@@ -16,7 +16,8 @@ jobs:
16
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
17
strategy:
18
matrix:
19
- python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14',
20
+ '3.15-dev']
21
os: ['ubuntu-latest']
22
include:
23
- os: macos-latest
0 commit comments