Skip to content

Commit

Permalink
Bump lowest tested pip to v23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 17, 2024
1 parent 6a4e173 commit 088299b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies = [
# direct dependencies
"build >= 1.0.0",
"click >= 8",
"pip >= 22.2",
"pip >= 23.1; python_version >= '3.12'",
"pip >= 22.2; python_version < '3.12'",
"pyproject_hooks",
"tomli; python_version < '3.11'",
# indirect dependencies
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ extras =
coverage: coverage
deps =
pipsupported: pip==24.2
piplowest: pip==22.2.*
piplowest: pip==23.1.*; python_version >= "3.12"
piplowest: pip==22.2.*; python_version < "3.12"
piplatest: pip
pipmain: https://github.com/pypa/pip/archive/main.zip
setenv =
Expand Down

0 comments on commit 088299b

Please sign in to comment.