Skip to content

Commit 7a012c6

Browse files
authored
Remove setuptools pin from pyproject (#856)
Missed this one: need to change in both requirements and pyproject.
1 parent e4ac91f commit 7a012c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ scalene = "scalene.__main__:main"
5454
[build-system]
5555
build-backend = "setuptools.build_meta"
5656
requires = [
57-
"setuptools>=65.5.1,<71.0", # Pin to setuptools<71.0 to avoid this bug: https://github.com/pypa/setuptools/issues/4496
57+
"setuptools>=65.5.0",
5858
"setuptools_scm>=8",
5959
"wheel",
6060
"cython",

0 commit comments

Comments
 (0)