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.49k stars 254 forks source link

Upgrade to PyPy 7.3.16 release. #2399

Closed jsirois closed 2 months ago

jsirois commented 2 months ago

See the release announcement here: https://www.pypy.org/posts/2024/04/pypy-v7316-release.html

Also fix and simplify dtox volume mount permissions adjustment in the face of docker behavior changes. This new method should be robust to subtle semantic shifts since it operates after a docker build and fully in docker run context taking its cue from the CACHE_MODE=pull method of doing this.