From dc7f138ea6ac12e5ab7275f1284665a529175cbf Mon Sep 17 00:00:00 2001 From: Sebastian Jordan Date: Thu, 17 Oct 2019 04:32:28 +0200 Subject: Comply with PEP 508 by using platform_python_implementation (#5006) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 21475bbb..e4d893fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,6 @@ requires = [ "setuptools>=40.6.0", "wheel", # Must be kept in sync with the `setup_requirements` in `setup.py` - "cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'", + "cffi>=1.8,!=1.11.3; platform_python_implementation != 'PyPy'", ] build-backend = "setuptools.build_meta" -- cgit v1.2.3