Skip to content

Commit c17d6c3

Browse files
committed
Let tox auto-detect Python 3.14 interpreter
Remove explicit basepython configuration for py314 environment to allow tox to automatically detect the Python interpreter from PATH. This fixes compatibility with free-threading Python builds (3.14t) where the interpreter may not be available as 'python3.14'.
1 parent ed7f18e commit c17d6c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ depends =
2323
py{310,311,312,313,314},pypy3: coverage-clean
2424
coverage-report: py{310,311,312,313,314},pypy3
2525

26-
[testenv:py314]
27-
basepython = python3.14
28-
2926
[testenv:lint]
3027
skip_install = true
3128
deps =

0 commit comments

Comments
 (0)