Skip to content

Commit 3c1f22e

Browse files
committed
revert tox
1 parent 182a5b7 commit 3c1f22e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

tox.ini

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tox]
2-
envlist = py310, py311, py312, py313
2+
envlist = py312
33
isolated_build = True
44

55
[testenv]
6+
basepython = python3.12
67
deps =
78
pytest
89
extras = all
@@ -15,18 +16,6 @@ setenv =
1516
commands =
1617
pytest {posargs} -v
1718

18-
[testenv:py310]
19-
basepython = python3.10
20-
21-
[testenv:py311]
22-
basepython = /opt/homebrew/bin/python3.11
23-
24-
[testenv:py312]
25-
basepython = python3.12
26-
27-
[testenv:py313]
28-
basepython = python3.13
29-
3019
[testenv:.pkg]
3120
basepython = python3.12
3221
passenv =

0 commit comments

Comments
 (0)