Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 6, 2023
1 parent 58b5e90 commit 820f8d2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==========================

Expand Down

0 comments on commit 820f8d2

Please sign in to comment.