Maintenance release 1.26.1

This commit is contained in:
Davide Andreoli 2023-10-08 05:45:50 +02:00
parent d1b4512e52
commit a7464e66e6
2 changed files with 9 additions and 1 deletions

View File

@ -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
===================

View File

@ -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 = ()