From 7a4f77fea2d85190d8e9237051457d3bb2d4c448 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 16 Sep 2025 07:55:08 +0200 Subject: [PATCH] Announce dropping Python 2 support (#735) * Announce dropping Python 2 support * major -> breaking in changelog --- changelogs/fragments/1-python2.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/1-python2.yml diff --git a/changelogs/fragments/1-python2.yml b/changelogs/fragments/1-python2.yml new file mode 100644 index 0000000..c59393a --- /dev/null +++ b/changelogs/fragments/1-python2.yml @@ -0,0 +1,2 @@ +breaking_changes: +- Since version 4.0.0, the collection accepts code written in Python 3. Modules aren't tested against Python 2 and might not work in Python 2 environments.