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 5accd9350bc4dc2bf1d06bde847a605264c2e78b
Author: Dave Andreoli <d...@gurumeditation.it>
AuthorDate: Thu Aug 14 20:38:55 2025 +0200
New requirements
---
setup.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 53e3f34..a66517c 100755
--- a/setup.py
+++ b/setup.py
@@ -14,9 +14,9 @@ script_path = os.path.dirname(os.path.abspath(__file__))
# dependencies
-EFL_MIN_VER = '1.26.0'
-CYTHON_MIN_VERSION = '0.29.34'
-CYTHON_MAX_VERSION = '0.99.99'
+EFL_MIN_VER = '1.28.0'
+CYTHON_MIN_VERSION = '3.0.0'
+CYTHON_MAX_VERSION = '3.99.99'
CYTHON_BLACKLIST = ()
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.