pex 2.17.0
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)