Skip to content

Commit 4079871

Browse files
committed
tox: fix python versions
1 parent 61204cb commit 4079871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[tox]
3-
envlist = {py38,py39,py310,py311,py312}-{unittest}
3+
envlist = {python3.9,python3.10,python3.11,python3.12}-{unittest},
44
skipsdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)