Skip to content

Commit 3ab1c98

Browse files
committed
Remove unnecessary dependency
The minimum version is Python 3.9 now. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 125d867 commit 3ab1c98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ test = [
9797
"pytest-mock>=3.14",
9898
"pytest-xdist>=3.6.1",
9999
"re-assert>=1.1",
100-
"setuptools>=75.3; python_version<='3.8'",
101-
"setuptools>=75.8; python_version>'3.8'",
100+
"setuptools>=75.8",
102101
"time-machine>=2.15; implementation_name!='pypy'",
103102
"wheel>=0.45.1",
104103
]

0 commit comments

Comments
 (0)