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.
3.12
1 parent ffc3587 commit 279b9bcCopy full SHA for 279b9bc
.github/workflows/tests.yml
@@ -25,8 +25,6 @@ jobs:
25
env: python3.10
26
- python-version: "3.11"
27
env: python3.11
28
- - python-version: "3.12"
29
- env: python3.12
30
31
steps:
32
- uses: actions/checkout@v2
tox.ini
@@ -7,7 +7,6 @@ envlist =
7
python3.9
8
python3.10
9
python3.11
10
- python3.12
11
isolated_build = true
12
13
[testenv]
0 commit comments