Skip to content

pex 2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 19:19
· 140 commits to main since this release
v2.6.0
0860a90

2.6.0

This release adds support for PEP-723 script metadata in --exes. For such
a script with metadata describing its dependencies or Python version
requirements, running the script is as simple as
pex --exe <script> -- <script args> and building a PEX encapsulating
it as simple as pex --exe <script> --output <PEX file>.

  • Add support for PEP-723 script metadata to --exe. (#2436)