pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.53k stars 259 forks source link

Upgrade Python 3.13 to alpha 6. #2398

Closed jsirois closed 5 months ago

jsirois commented 5 months ago

Also upgrade all other pythons to latest point releases.

jsirois commented 5 months ago

Ok, the unit test failure is due to https://github.com/python/cpython/issues/118107. I'll be fixing that for the 1st 3.13 CPython beta cut in https://github.com/python/cpython/pull/118108, but for now I'll add a Pex patch to handle 3.13.0a6 broken-ness here.