Skip to content

Commit

Permalink
Merge pull request #1681 from rmartin16/min-pip
Browse files Browse the repository at this point in the history
Bump minimuim pip to 23.1.2 for Python 3.12 compatibility
  • Loading branch information
freakboy3742 committed Mar 5, 2024
2 parents 106f1b5 + d4c6341 commit f6b4dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/1681.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The minimum version of pip was bumped to 23.1.2 to ensure compatibility with Python 3.12.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies = [
# limited to <=3.9 for the `group` argument for `entry_points()`
"importlib_metadata >= 4.4; python_version <= '3.9'",
"packaging >= 22.0",
"pip >= 23.1.1",
"pip >= 23.1.2",
"setuptools >= 60",
"wheel >= 0.37",
"build >= 0.10",
Expand Down

0 comments on commit f6b4dac

Please sign in to comment.