summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--requirements.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 660407d9..5b140d94 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,9 @@ Bugs fixed
Other changes
-------------
-* Linux/macOS wheels use the latest library versions libxml2 2.10.3 and libxslt 1.1.37.
+* Binary wheels use the latest library versions libxml2 2.10.3 and libxslt 1.1.37.
+
+* Built with Cython 0.29.33 to adapt to changes in Python 3.11 and 3.12.
4.9.2 (2022-12-13)
diff --git a/requirements.txt b/requirements.txt
index 988182be..a5ca9089 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-Cython>=0.29.7
+Cython>=0.29.33