From 5daadf57e8c58212212a6e8d2b8854a722c60408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 27 Aug 2024 10:03:06 +0200 Subject: [PATCH] docs: tweak --- changelog.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index c3932327..e081575e 100644 --- a/changelog.rst +++ b/changelog.rst @@ -31,7 +31,6 @@ Changelog **Other Changes** -- Add support for Python 3.13 - [core] Enable ``disallow_untyped_calls`` Mypy rule (`#1055 `__) - [core] Enable ``disallow_untyped_defs`` Mypy rule (`#1060 `__) - [core] Improve typing references for events (`#1040 `__)