jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.28k stars 219 forks source link

Support python 3.13 beta (with free threading builds) #2169

Open jankatins opened 1 month ago

jankatins commented 1 month ago

Python 3.13 betas are out and can be build with free threading support ("no gil"). It would be nice if mise could install those version.

I tried to follow where the supported versions are, but ended up at http://mise-versions.jdx.dev/python-precompiled. Not sure if https://github.com/indygreg/python-build-standalone/issues/263 is relevant here.