Skip to content

Commit 122bcdc

Browse files
committed
Bump lowest tested pip to v23.1
1 parent c0a7dd0 commit 122bcdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
# direct dependencies
3939
"build >= 1.0.0",
4040
"click >= 8",
41-
"pip >= 22.2",
41+
"pip >= 23.1; python_version >= '3.12'",
42+
"pip >= 22.2; python_version < '3.12'",
4243
"pyproject_hooks",
4344
"tomli; python_version < '3.11'",
4445
# indirect dependencies

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ extras =
1515
coverage: coverage
1616
deps =
1717
pipsupported: pip==24.2
18-
piplowest: pip==22.2.*
18+
piplowest: pip==23.1.*; python_version >= "3.12"
19+
piplowest: pip==22.2.*; python_version < "3.12"
1920
piplatest: pip
2021
pipmain: https://github.com/pypa/pip/archive/main.zip
2122
setenv =

0 commit comments

Comments
 (0)