Skip to content

Commit dc77fc6

Browse files
committed
CI: Drop Python 3.8, add 3.14 and 3.15
As we use the fedora-python/tox-github-action@main, it was updated to Fedora 42 which no longer has Python 3.8. https://fedoraproject.org/wiki/Changes/RetirePython3.8
1 parent fab1dd4 commit dc77fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
strategy:
2323
matrix:
2424
tox_env:
25-
- py38
2625
- py39
2726
- py310
2827
- py311
2928
- py312
3029
- py313
30+
- py314
31+
- py315
3132
- mypy
3233

3334
# Use GitHub's Linux Docker host

0 commit comments

Comments
 (0)