Skip to content

Commit ace1ab0

Browse files
authored
Merge pull request pypa/distutils#301 from anderstheet/feature/300-minimum-requirement-jaraco.functools
Use minimum requirement for jaraco.functools
2 parents ed45e7b + 3fc912a commit ace1ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires-python = ">=3.9"
2020
dependencies = [
2121
# Setuptools must require these
2222
"packaging",
23-
"jaraco.functools",
23+
"jaraco.functools >= 4",
2424
"more_itertools",
2525
"jaraco.collections",
2626
]

0 commit comments

Comments
 (0)