Skip to content

Commit

Permalink
CI: try pypy 3.8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Feb 8, 2025
1 parent 2d28f96 commit b490557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools>=64",
"setuptools<72.2; python_version < '3.9' and implementation_name == 'pypy'", # https://github.com/pypa/distutils/issues/283
"setuptools_scm>=7",
"numpy>=2.0.0rc1; python_version >= '3.9'",
"oldest-supported-numpy; python_version < '3.9'",
Expand Down

0 comments on commit b490557

Please sign in to comment.