From 13fc92d0c5ec8b07734f2e34adc94336e3df65a8 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Thu, 19 Mar 2026 13:30:49 +0100 Subject: [PATCH] Release notes for 2.6.0 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 370499f3..baf54c6e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Release notes ============= +2.6.0 (unreleased) +------------------ + +- remove official support for Python 3.8 +- add official support for Python 3.13 +- fix the deprecation warning caused by ``datetime.utcfromtimestamp()`` + 2.5.0 (2024-12-16) ------------------