summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-03-26 14:42:53 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-03-26 14:42:53 +0200
commitda0c433cbb6e1ce74981484ff250d101a8078d51 (patch)
treecd0c0eb4eaf2d66da4e7f143dee14c4c44f321c1
parent0919a045264f88a86f0aa8af289d1e68ad023c04 (diff)
downloadpython-lxml-da0c433cbb6e1ce74981484ff250d101a8078d51.tar.gz
Update Cython requirement to 0.29.33.
-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