Skip to content

Commit

Permalink
Bump supported pip version to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Feb 22, 2023
1 parent 5ff5b39 commit 9f3e517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

### Added

* Test with pip=23.0
* Test with pip=23.0.1

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion micropipenv.py
Expand Up @@ -48,7 +48,7 @@
from urllib.parse import urlparse

_LOGGER = logging.getLogger(__title__)
_SUPPORTED_PIP_STR = ">=9,<=23.0" # Respects requirement in setup.py and latest pip to release date.
_SUPPORTED_PIP_STR = ">=9,<=23.0.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 9f3e517

Please sign in to comment.