Skip to content

pex 2.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 15:21
· 57 commits to main since this release
v2.17.0
4c45f05

2.17.0

This release brings support for overriding the versions of setuptools
and wheel Pex bootstraps for non-vendored Pip versions (the modern ones
you select with --pip-version) using the existing
--extra-pip-requirement option introduced in the 2.10.0 release.

  • Support custom setuptools & wheel versions. (#2514)