From 7a0599efe20091b989f96dc653ecbb467a7ef09e Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Tue, 23 Mar 2021 19:41:29 +0100 Subject: [PATCH] Python 3.5 is EOL and we should drop support thus add notice to changelog The final release 3.5.10 was on 2020-09-05 --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4940064b3..d7c6f682d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,7 +10,7 @@ As a technical detail, it also introduces two new external libraries: `MediaFile`_ and `Confuse`_ used to be part of beets but are now reusable dependencies---packagers, please take note. Finally, this is the last version of beets where we intend to support Python -2.x; future releases will soon require Python 3.5. +2.x and 3.5; future releases will soon require Python 3.6. Major new features: