forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer release a Python 2 wheel or PEX (pantsbuild#7888)
We will now require Python 3 to run Pants for new releases (1.18.x or greater), per https://groups.google.com/forum/#!topic/pants-devel/-bMRstFtMZU. Here, we remove Python 2 from all release related code, including: * Remove Python 2 wheel building shards. * Remove Python 2 UCS 4 Docker image. * Remove `-2` and `--py2` logic from `release.sh` and `packages.py`. * Remove documentation claiming support for running with Python 2.7.
- Loading branch information
1 parent
df7ac26
commit 4830e7b
Showing
12 changed files
with
101 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.