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 a7464e66e61a52dcbd72f66f538f15d76d852465
Author: Dave Andreoli <d...@gurumeditation.it>
AuthorDate: Sun Oct 8 05:45:50 2023 +0200
Maintenance release 1.26.1
---
ChangeLog | 8 ++++++++
setup.py | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index ea6cef5..82c03f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+===================
+2023-10-08 v1.26.1
+===================
+
+Maintenance release:
+ * rebuilt using Cython 0.29.34 to fix install on python 3.11
+
+
===================
2022-02-27 v1.26.0
===================
diff --git a/setup.py b/setup.py
index 6af7c9d..2d42a36 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ script_path = os.path.dirname(os.path.abspath(__file__))
# dependencies
EFL_MIN_VER = '1.26.0'
-CYTHON_MIN_VERSION = '0.23.5'
+CYTHON_MIN_VERSION = '0.29.34'
CYTHON_BLACKLIST = ()
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.