Skip to content

Commit

Permalink
constraint setuptools version only for pypy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Nov 22, 2024
1 parent d5e061f commit 35d3c50
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,7 +1,7 @@
[build-system]
requires = [
#"setuptools;platform_system!='Windows'",
#"setuptools<74;platform_system=='Windows'",
"setuptools",
"setuptools<74;platform_system=='Windows';implementation_name=='pypy'",
]
build-backend = "setuptools.build_meta"

0 comments on commit 35d3c50

Please sign in to comment.