Skip to content

Commit 93712b6

Browse files
committed
update github files for current python constraints
1 parent 3c1c137 commit 93712b6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os:
1919
- "ubuntu-latest"
2020
python-version:
21-
- "3.10"
21+
- "3.14"
2222
tox-env:
2323
- ""
2424
- "-e pep8"

.github/workflows/run-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- "windows-latest"
2424
- "macos-latest"
2525
python-version:
26-
- "3.8"
27-
- "3.9"
2826
- "3.10"
2927
- "3.11"
3028
- "3.12"
29+
- "3.13"
30+
- "3.14"
3131

3232
exclude:
3333
# beaker raises warning on 3.10. only windows seems affected

0 commit comments

Comments
 (0)