Skip to content

Commit a1f1d93

Browse files
committed
drop Python 3.8
1 parent 8bf14bc commit a1f1d93

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def read(*names, **kwargs):
3030
Intended Audience :: Developers
3131
License :: OSI Approved :: Apache Software License
3232
Operating System :: OS Independent
33-
Programming Language :: Python :: 3.8
3433
Programming Language :: Python :: 3.9
3534
Programming Language :: Python :: 3.10
3635
Programming Language :: Python :: 3.11

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
[tox]
1616
# When changing this, also update the classifiers in setup.py:
1717
envlist =
18-
py38-django{22,32,42}-cov{6,761},
1918
py39-django{22,32,42}-cov{6,7,tip},
2019
py310-django{32,42,51}-cov{6,7,tip},
2120
py311-django{42,51}-cov{6,7,tip},
@@ -27,7 +26,6 @@ envlist =
2726
deps =
2827
cov6: coverage>=6.0,<7.0
2928
cov7: coverage>=7.0,<8.0
30-
cov761: coverage==7.6.1
3129
covtip: git+https://github.com/nedbat/coveragepy.git
3230
django22: Django>=2.2,<3.0
3331
django32: Django>=3.2,<4.0
@@ -77,7 +75,6 @@ commands =
7775

7876
[gh-actions]
7977
python =
80-
3.8: py38
8178
3.9: py39
8279
3.10: py310
8380
3.11: py311

0 commit comments

Comments
 (0)