From 820f8d2084ae2a96f9fd6a780ca6d8556b734711 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 6 Aug 2023 18:27:07 +0200 Subject: [PATCH] update CHANGES --- Changes.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Changes.rst b/Changes.rst index 179c434..d1b6d16 100644 --- a/Changes.rst +++ b/Changes.rst @@ -4,6 +4,28 @@ .. currentmodule:: pyfuse3 +Release 3.3.0 (2023-08-06) +========================== + +* Note: This is the first pyfuse3 release compatible with Cython 3.0.0 release. + Cython 0.29.x is also still supported. + +* Cythonized with latest Cython 3.0.0. + +* Drop Python 3.6 and 3.7 support and testing, #71. + +* CI: also test python 3.12. test on cython 0.29 and cython 3.0. + +* Tell Cython that callbacks may raise exceptions, #80. + +* Fix lookup in examples/hello.py, similar to #16. + +* Misc. CI, testing, build and sphinx related fixes. + + + + + Release 3.2.3 (2023-05-09) ==========================