Skip to content

Commit

Permalink
Add the latest pip version as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Jan 5, 2023
1 parent 374b2c3 commit 2b3e4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from urllib.parse import urlparse

_LOGGER = logging.getLogger(__title__)
_SUPPORTED_PIP_STR = ">=9,<=22.3" # Respects requirement in setup.py and latest pip to release date.
_SUPPORTED_PIP_STR = ">=9,<=22.3.1" # Respects requirement in setup.py and latest pip to release date.

try:
from pip import __version__ as pip_version
Expand Down

0 comments on commit 2b3e4b7

Please sign in to comment.