Skip to content

Commit 05e47b2

Browse files
committed
Drop python 3.8 support as well, it's EOL in 2024
1 parent 44d1c02 commit 05e47b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- '3.8'
1817
- '3.9'
1918
- '3.10'
2019
- '3.11'

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
envlist =
8-
{py38,py39,py310,py311,py312}-django-42
8+
{py39,py310,py311,py312}-django-42
99
{py310,py311,py312,py313}-django-51
1010
{py313}-django-main
1111

@@ -29,7 +29,6 @@ basepython =
2929
py311: python3.11
3030
py310: python3.10
3131
py39: python3.9
32-
py38: python3.8
3332

3433
[testenv:py313-django-main]
3534
ignore_outcome = true

0 commit comments

Comments
 (0)