Skip to content

Commit

Permalink
Fixing release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Sep 26, 2024
1 parent 3fa920d commit 587b659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=39.2",
"setuptools>=39.2,<72", # later versions do not read 'tests_require' from setup.cfg anymore
"setuptools_scm",
"wheel"
]
Expand Down

0 comments on commit 587b659

Please sign in to comment.