Skip to content

Commit 4b5751f

Browse files
webknjazberuicsirosen
committed
📦 Add a stable extra for pip upper bound
It is supposed to correspond to the range of what's tested in our CI. Co-Authored-By: Jimmy Merrild Krag <beruic@gmail.com> Co-Authored-By: Stephen Rosen <sirosen@globus.org>
1 parent 21c9b84 commit 4b5751f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ repository = "https://github.com/jazzband/pip-tools"
5555
changelog = "https://github.com/jazzband/pip-tools/releases"
5656

5757
[project.optional-dependencies]
58+
supported-pip = [
59+
"pip <= 25.3",
60+
]
5861
testing = [
5962
"pytest >= 7.2.0",
6063
"pytest-rerunfailures",

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ skip_missing_interpreters = True
1111
[testenv]
1212
description = run the tests with pytest
1313
extras =
14+
pipsupported: supported-pip
15+
piplowest: supported-pip
1416
testing
1517
coverage: coverage
1618
deps =

0 commit comments

Comments
 (0)