Skip to content

Commit 820f8d2

Browse files
update CHANGES
1 parent 58b5e90 commit 820f8d2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Changes.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
.. currentmodule:: pyfuse3
66

7+
Release 3.3.0 (2023-08-06)
8+
==========================
9+
10+
* Note: This is the first pyfuse3 release compatible with Cython 3.0.0 release.
11+
Cython 0.29.x is also still supported.
12+
13+
* Cythonized with latest Cython 3.0.0.
14+
15+
* Drop Python 3.6 and 3.7 support and testing, #71.
16+
17+
* CI: also test python 3.12. test on cython 0.29 and cython 3.0.
18+
19+
* Tell Cython that callbacks may raise exceptions, #80.
20+
21+
* Fix lookup in examples/hello.py, similar to #16.
22+
23+
* Misc. CI, testing, build and sphinx related fixes.
24+
25+
26+
27+
28+
729
Release 3.2.3 (2023-05-09)
830
==========================
931

0 commit comments

Comments
 (0)