From 0128111314ac203bfd634b00ea119dd4267f45c9 Mon Sep 17 00:00:00 2001 From: Juan Altmayer Pizzorno Date: Sat, 26 Oct 2024 10:47:45 -0400 Subject: [PATCH] - another pypy change; --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99cda0d..05f1b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ]