Skip to content

Commit 587b659

Browse files
author
Sylvain MARIE
committed
Fixing release build
1 parent 3fa920d commit 587b659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=39.2",
3+
"setuptools>=39.2,<72", # later versions do not read 'tests_require' from setup.cfg anymore
44
"setuptools_scm",
55
"wheel"
66
]

0 commit comments

Comments
 (0)