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 3c1c137 commit 93712b6Copy full SHA for 93712b6
2 files changed
.github/workflows/run-on-pr.yaml
@@ -18,7 +18,7 @@ jobs:
18
os:
19
- "ubuntu-latest"
20
python-version:
21
- - "3.10"
+ - "3.14"
22
tox-env:
23
- ""
24
- "-e pep8"
.github/workflows/run-test.yaml
@@ -23,11 +23,11 @@ jobs:
- "windows-latest"
- "macos-latest"
25
26
- - "3.8"
27
- - "3.9"
28
- "3.10"
29
- "3.11"
30
- "3.12"
+ - "3.13"
31
32
exclude:
33
# beaker raises warning on 3.10. only windows seems affected
0 commit comments