Commit c6e42ec
committed
Configure py314 tox environment for free-threading build compatibility
Set basepython to 'python' for the py314 environment to use whatever
Python interpreter is available in PATH. This fixes the issue where
tox cannot find the Python 3.14t (free-threading) interpreter, as
GitHub Actions sets up the correct Python in PATH but tox's automatic
interpreter discovery doesn't recognize the free-threading build.1 parent e3eb38d commit c6e42ec
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments