From da0c433cbb6e1ce74981484ff250d101a8078d51 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 26 Mar 2023 14:42:53 +0200 Subject: Update Cython requirement to 0.29.33. --- CHANGES.txt | 4 +++- requirements.txt | 2 +- 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 -- cgit v1.2.1