Skip to content

Commit

Permalink
- another pypy change;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Oct 26, 2024
1 parent c821469 commit 0128111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ slipcover = "slipcover.__main__:main"
[build-system]
# see https://peps.python.org/pep-0508/#environment-markers for conditional syntax
requires = [
"setuptools>72",
"setuptools>61",
"setuptools<72.2; implementation_name == 'pypy'", # https://github.com/pypa/distutils/issues/283
"wheel",
"tomli; python_version < '3.11'" # tomllib alternative
]
Expand Down

0 comments on commit 0128111

Please sign in to comment.