From 9dc564b05ac2a47e5ae5cb2cf6f0dc4e21d9cac5 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 25 Jun 2024 11:03:28 +0100 Subject: [PATCH] log changes from PR 634 --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 06b594e5..e6cbb810 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -46,9 +46,12 @@ Breaking changes: - Remove untested and broken ``LocalTimezone`` and ``FixedOffset`` tzinfo sub-classes, see `Issue 67 `_ +- Remove Python 3.7 as compatible. icalendar is compatible with Python + versions 3.8 - 3.12, and PyPy3. + New features: -- ... +- Test compatibility with Python 3.12 Bug fixes: