Skip to content

Commit b7d227a

Browse files
committed
Update supported pip to 26.0
1 parent 222003f commit b7d227a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropipenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from urllib.parse import urlparse
5050

5151
_LOGGER = logging.getLogger(__title__)
52-
_SUPPORTED_PIP_STR = ">=9,<=25.3" # Respects requirement in setup.py and latest pip to release date.
52+
_SUPPORTED_PIP_STR = ">=9,<=26.0" # Respects requirement in setup.py and latest pip to release date.
5353

5454
try:
5555
from pip import __version__ as pip_version

0 commit comments

Comments
 (0)