You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now publish two wheels:
1. `pex-<rev>.py27.py35.py36.py37.py38.py39.py310.py311-none-any.whl`:
Targets exactly the Pythons in the python tag.
2. `pex-<rev>.py3.py312-none-any.whl`: Targets Python>=3.12.
The 1st wheel carries the same contents as the existing
`pex-<rev>.py2.py3-none-any.whl` wheel and the 2nd wheel
(`pex-<rev>.py3.py312-none-any.whl`) ships without vendored `pip`,
`setuptools`, `toml` or `tomli` since these are either unusable or
un-needed under Python>=3.12.
Fixes#1526Fixes#1527Fixes#1528Fixes#1877Fixes#2731Fixes#2785
0 commit comments