Open fschulze opened 1 month ago
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 --discover
, that might already be enough for me. Will try later.
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: