Skip to content

pex 2.1.20

Compare
Choose a tag to compare
@Eric-Arellano Eric-Arellano released this 22 Oct 00:05
v2.1.20
0cfe165

2.1.20

This release improves interpreter discovery to prefer more recent patch versions, e.g. preferring
Python 3.6.10 over 3.6.8.

We recently regained access to the docsite, and https://pex.readthedocs.io/en/latest/ is now
up-to-date.

  • Prefer more recent patch versions in interpreter discovery. (#1088)

  • Fix --pex-python when it's the same as the current interpreter. (#1087)

  • Fix dir_hash vs. bytecode compilation races. (#1080)

  • Fix readthedocs doc generation. (#1081)