We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4e173 commit 088299bCopy full SHA for 088299b
pyproject.toml
@@ -38,7 +38,8 @@ dependencies = [
38
# direct dependencies
39
"build >= 1.0.0",
40
"click >= 8",
41
- "pip >= 22.2",
+ "pip >= 23.1; python_version >= '3.12'",
42
+ "pip >= 22.2; python_version < '3.12'",
43
"pyproject_hooks",
44
"tomli; python_version < '3.11'",
45
# indirect dependencies
tox.ini
@@ -15,7 +15,8 @@ extras =
15
coverage: coverage
16
deps =
17
pipsupported: pip==24.2
18
- piplowest: pip==22.2.*
+ piplowest: pip==23.1.*; python_version >= "3.12"
19
+ piplowest: pip==22.2.*; python_version < "3.12"
20
piplatest: pip
21
pipmain: https://github.com/pypa/pip/archive/main.zip
22
setenv =
0 commit comments