From 183185eba0fe1c62f4b3504f9dc1f618005c08fe Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 25 Sep 2024 10:12:44 +0200 Subject: [PATCH] Add #143 to doc/whatsnew --- doc/whatsnew.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index da7c05e1..9da3d6fe 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -4,7 +4,12 @@ What's new Next release ============ -- genno is compatible and tested with `NumPy 2.0 `_, released 2024-06-16 (:issue:`140`, :pull:`141`). +- :mod:`genno` supports and is tested on: + + - `Python 3.13 `_, released 2024-10-01 (:pull:`143`). + - `NumPy 2.0 `_, released 2024-06-16 (:issue:`140`, :pull:`141`). + +- Support for Python 3.8 is dropped (:pull:`143`), as it has reached end-of-life. v1.26.0 (2024-03-27) ====================