Skip to content

Commit 41c4ca1

Browse files
Update tox.ini
Removed 3.6 and 3.7 versions of python
1 parent 013dc65 commit 41c4ca1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[tox]
2-
envlist = py36, py37, py38, py39 flake8
2+
envlist = py38, py39, py310, py311, py312, py313, flake8
33

44
[travis]
55
python =
66
3.10: py310
7+
3.11: py311
8+
3.12: py312
9+
3.13: py313
710
3.9: py39
811
3.8: py38
9-
3.7: py37
10-
3.6: py36
1112

1213
[testenv:flake8]
1314
basepython = python

0 commit comments

Comments
 (0)