-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly select free-threading Python #3391
Comments
Someone needs to add this functionality first inside virtualenv, or UV if you're ok using tox-uv... |
You can always use https://tox.wiki/en/4.21.2/cli_interface.html#tox-run---discover in the meantime to force it... |
IMHO that would likely be the most useful tox change to implement because 3.13t is very near and a major source of bugs. Making easy for people to test it with tox would be... very useful. |
PR welcome. |
Thanks for the pointer to |
I would like to be able to use
py313t
in the envlist to explicitly runpython3.13t
as a free-threaded nogil build in addition topy313
which would runpython3.13
as an explicitly regular build.Is there already some way to do that which I missed?
Currently
py313t
seems to usepython
.Related:
The text was updated successfully, but these errors were encountered: