Skip to content

Commit 5f61b38

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 5f61b38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38,py39,py310,py311,py312,py313,mypy
2+
envlist = py39,py310,py311,py312,py313,py314,py315,mypy
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)