Skip to content

Commit 6e47f02

Browse files
committed
Try bumping minimum pip requirement to get pip on Python 3.12
1 parent 88b7e0a commit 6e47f02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# These versions match the minimum and maximum versions of pip in
2323
# requirements.txt.
2424
# An empty string here represents the latest version.
25-
pip-version: ['==23.0', '']
25+
pip-version: ['==23.2', '']
2626
# The minimum version should be represented in setup.py.
2727
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
2828

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release History
55
2.5.0
66

77
- Support Python 3.10.
8-
- Bump `pip` requirement to 23.0.
8+
- Bump `pip` requirement to 23.2.
99

1010
2.4.4
1111

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packaging >= 20.5
22
# Pinned pip versions are matched in the GitHub workflows CI matrix.
3-
pip >= 23.0
3+
pip >= 23.2

0 commit comments

Comments
 (0)