You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use py313t in the envlist to explicitly run python3.13t as a free-threaded nogil build in addition to py313 which would run python3.13 as an explicitly regular build.
Is there already some way to do that which I missed?
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.
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: