This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository python-efl.
View the commit online.
commit 204cee805d7b0385a15f3a00af45198e016eb0a6
Author: Dave Andreoli <d...@gurumeditation.it>
AuthorDate: Fri Aug 29 22:03:23 2025 +0200
Pin Cython version
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 09754ac..299e8e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ['setuptools', 'packaging', 'cython']
+requires = ['setuptools', 'packaging', 'cython==3.1.2']
build-backend = 'setuptools.build_meta'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.