Skip to content

Commit 81f2b12

Browse files
committed
Update tox to use py3.10 to py3.12
1 parent bbebf0d commit 81f2b12

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tox]
2-
envlist = py38,py39,py310,py311,pep8,docs
2+
envlist = py310,py311,py312,pep8,docs
33
minversion = 1.6
44
skipsdist = True
55

66
[gh-actions]
77
python =
8-
3.8: py38,pep8,docs
9-
3.9: py39
10-
3.10: py310
8+
3.10: py310,pep8,docs
119
3.11: py311
10+
3.12: py312
1211

1312
[testenv]
1413
usedevelop = True

0 commit comments

Comments
 (0)