Skip to content

Commit f25df6c

Browse files
committed
Bump tox definitions
1 parent 4762ffa commit f25df6c

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 = {py37,py38,py39,py310,py311,py312}
2+
envlist = {py310,py311,py312,py313,py314}
33

44
[testenv]
55
basepython =
6-
py37: python3.7
7-
py38: python3.8
8-
py39: python3.9
96
py310: python3.10
107
py311: python3.11
118
py312: python3.12
9+
py313: python3.13
10+
py314: python3.14
1211
deps = .[test]
1312
usedevelop = True
1413
commands = make test

0 commit comments

Comments
 (0)