Skip to content

Commit

Permalink
pip: use modified bundled pip
Browse files Browse the repository at this point in the history
The modified pip package looks in a custom package index URL for
compatible nogil Python packages.

See https://github.com/colesbury/pip/tree/21.3.1-nogil for modifications
  • Loading branch information
colesbury committed Apr 13, 2022
1 parent 895c124 commit c3894a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "21.2.4"
_PIP_VERSION = "21.3.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.

0 comments on commit c3894a5

Please sign in to comment.