Skip to content

Commit cfa7408

Browse files
committed
remove python3.8
1 parent 10634a6 commit cfa7408

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ norecursedirs = .ctl .tox .venv data gen
2020

2121
[gh-actions]
2222
python =
23-
3.8: py38
2423
3.9: py39
2524
3.10: py310
2625
3.11: py311
2726

2827
[tox]
29-
envlist = py{38,39,310,311}-django{3,4}
28+
envlist = py{39,310,311}-django{3,4}
3029
isolated_build = True
3130

3231
[tox:.package]

0 commit comments

Comments
 (0)