Skip to content

Commit 6789f33

Browse files
committed
build: tox now finds free threading on its own
1 parent 8091e4f commit 6789f33

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ commands =
6060

6161
py3{12,13,14}{,t},anypy: python igor.py test_with_core sysmon {posargs}
6262

63-
# Until tox properly supports no-gil interpreter selection
64-
[testenv:py313t]
65-
basepython = python3.13t
66-
67-
[testenv:py314t]
68-
basepython = python3.14t
69-
7063
[testenv:anypy]
7164
# $set_env.py: COVERAGE_ANYPY - The custom Python for "tox -e anypy"
7265
# For running against my own builds of CPython, or any other specific Python.

0 commit comments

Comments
 (0)