Skip to content

Commit 79f35f4

Browse files
hroncokfrenzymadness
authored andcommitted
CI: Drop Python 3.8, add 3.14
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 79f35f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
strategy:
2323
matrix:
2424
tox_env:
25-
- py38
2625
- py39
2726
- py310
2827
- py311
2928
- py312
3029
- py313
30+
- py314
3131
- mypy
3232

3333
# 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,mypy
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)