Skip to content

Commit fd8479c

Browse files
committed
build: Remove Python 3.8 from tox configuration.
1 parent 03f5565 commit fd8479c

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,6 +1,6 @@
11
[tox]
22
minversion = 3.14.0
3-
envlist = py38, py39, py310, py311, py312, py13, pytest-min, docs
3+
envlist = py39, py310, py311, py312, py13, pytest-min, docs
44
isolated_build = true
55
passenv =
66
CI
@@ -71,7 +71,6 @@ skip_install = false
7171

7272
[gh-actions]
7373
python =
74-
3.8: py38
7574
3.9: py39, pytest-min
7675
3.10: py310
7776
3.11: py311

0 commit comments

Comments
 (0)