Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tools/please_pex/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 3.0.0
-------------
* Upgrade pytest to 9.0.1 (#285)
This adds support for Python 3.13 and 3.14 to the built-in pytest test runner.
* Implement run-time Python interpreter searching (#284)
.pex files generated by please_pex are now prepended by a preamble binary rather than a shell
script. This entirely removes the run-time dependency on `/bin/sh` and `/usr/bin/env`, but
does mean that .pex files can now only be executed on the same platform on which they were
built, even if they only contain pure Python.

Version 2.2.0
-------------
* Don't require a please_pex binary in order to build please_pex from source (#266)
Expand Down
2 changes: 1 addition & 1 deletion tools/please_pex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
3.0.0
Loading