Releases: ofek/pyapp
Releases Β· ofek/pyapp
v0.24.0
0.24.0 - 2024-10-13
Changed:
- The
PYAPP_DISTRIBUTION_VARIANThas been renamed toPYAPP_DISTRIBUTION_VARIANT_CPUalthough the former is still supported for backwards compatibility
Added:
- Support Python 3.13 and set as the default version
- Add
PYAPP_DISTRIBUTION_VARIANT_GILoption (Python 3.13+) - Update default CPython distributions to 20241008
- Update default PyPy distributions to 7.3.17
- Update dependencies
v0.23.0
v0.22.0
v0.21.1
v0.21.0
Added:
- Add
PYAPP_DISTRIBUTION_PATH_PREFIXoption for easier configuring of custom distribution internal paths - Add
PYAPP_ALLOW_UPDATESoption for enabling theupdatemanagement command when project installation is skipped
Fixed:
- Properly hide the
updatemanagement command when skipping project installation
v0.20.1
v0.20.0
Added:
- Add
cachemanagement command - Update dependencies
Fixed:
- Bootstrapping is now safe across multiple processes (a shared resource message is displayed if another process is already bootstrapping)
- The
pipmanagement command is now resilient to cache removal - Management commands now properly support the
-h/--helpflag