diff options
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 39d6fcd98..ee6e5d3b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ requires = [ "packaging==20.5; platform_machine=='arm64'", # macos M1 "setuptools==59.2.0", "wheel==0.37.0", - "Cython>=0.29.24,<3.0", # Note: keep in sync with tools/cythonize.py + "Cython==0.29.24" # pin until PyPy releases v7.3.8 + # "Cython==0.29.24,<3.0", # Note: keep in sync with tools/cythonize.py ] |