Skip to content

Commit ed7f18e

Browse files
committed
Fix tox configuration for Python 3.14 free-threading support
Add explicit basepython configuration for py314 environment to ensure tox can find the Python 3.14 interpreter, including the free-threading build (3.14t).
1 parent d6ce5e6 commit ed7f18e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ 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+
2629
[testenv:lint]
2730
skip_install = true
2831
deps =

0 commit comments

Comments
 (0)