Skip to content

Commit 862ebb7

Browse files
Remove Python 3.8 from tox.ini
1 parent 273758b commit 862ebb7

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
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 3.24.5
33
envlist =
4-
py3{8, 9, 10, 11}
4+
py3{9, 10, 11}
55
linters
66

77
[base]
@@ -12,7 +12,6 @@ venv = {toxinidir}/.venv
1212

1313
[gh-actions]
1414
python =
15-
3.8: py38
1615
3.9: py39, linters
1716
3.10: py310
1817
3.11: py311

0 commit comments

Comments
 (0)