From 4012c342a14e7f84f66730c703aac1f4b92387e8 Mon Sep 17 00:00:00 2001 From: Juan Altmayer Pizzorno Date: Fri, 25 Oct 2024 21:11:29 -0400 Subject: [PATCH] - adjusting prerequisites to see if that fixes pypy issues; --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50644fd..99cda0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ]