Skip to content

Commit a3de530

Browse files
committed
tox: drop py3.8, add py3.11
1 parent 9fe78dd commit a3de530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tox]
2-
envlist = py{38,310}
2+
envlist = py{310,311}
33
skip_missing_interpreters = True
44
skipsdist = True
55

66
[gh-actions]
77
python =
8-
3.8: py38
98
3.10: py310
9+
3.11: py311
1010

1111
[testenv]
1212
changedir = tests

0 commit comments

Comments
 (0)