Skip to content

Commit

Permalink
- adjusting prerequisites to see if that fixes pypy issues;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Oct 26, 2024
1 parent 6583e19 commit 4012c34
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
Expand Up @@ -34,7 +34,7 @@ slipcover = "slipcover.__main__:main"
[build-system]
# see https://peps.python.org/pep-0508/#environment-markers for conditional syntax
requires = [
"setuptools>61",
"setuptools>72",
"wheel",
"tomli; python_version < '3.11'" # tomllib alternative
]
Expand Down

0 comments on commit 4012c34

Please sign in to comment.