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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Since setup-python relies on the Python.org installers, the [limitations](https://github.com/python/cpython/issues/127294#issuecomment-2501787837) related to installing free-threaded Python on Windows are also present here.
25
+
26
+
In particular, if you install both a free-threaded and standard build of Python
27
+
(e.g. both versions `3.13` and `3.13t`) in the same Actions environment, only
28
+
one of the specified versions [will end up installed on the
0 commit comments