Skip to content

Commit 92cd8f9

Browse files
committed
Update supported pip to 25.0
1 parent 22e93f6 commit 92cd8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropipenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from urllib.parse import urlparse
4949

5050
_LOGGER = logging.getLogger(__title__)
51-
_SUPPORTED_PIP_STR = ">=9,<=24.3.1" # Respects requirement in setup.py and latest pip to release date.
51+
_SUPPORTED_PIP_STR = ">=9,<=25.0" # Respects requirement in setup.py and latest pip to release date.
5252

5353
try:
5454
from pip import __version__ as pip_version

0 commit comments

Comments
 (0)