We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e93f6 commit 92cd8f9Copy full SHA for 92cd8f9
micropipenv.py
@@ -48,7 +48,7 @@
48
from urllib.parse import urlparse
49
50
_LOGGER = logging.getLogger(__title__)
51
-_SUPPORTED_PIP_STR = ">=9,<=24.3.1" # Respects requirement in setup.py and latest pip to release date.
+_SUPPORTED_PIP_STR = ">=9,<=25.0" # Respects requirement in setup.py and latest pip to release date.
52
53
try:
54
from pip import __version__ as pip_version
0 commit comments