Skip to content

Commit a615be3

Browse files
committed
chore: Bump up tox versions
1 parent a3186ad commit a615be3

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tox.ini

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[tox]
2-
envlist=py27,py37,py38,py39,py310
2+
envlist=py310,py311,py312,py313,py314
33

44
[testenv]
55
commands=pytest
66
deps=pytest
77

88
[gh-actions]
99
python =
10-
2.7: py27
11-
3.7: py37
12-
3.8: py38
13-
3.9: py39
1410
3.10: py310
15-
11+
3.11: py311
12+
3.12: py312
13+
3.13: py313
14+
3.14: py314

0 commit comments

Comments
 (0)