From 75223eedb76ecc1e610e1781065c36105ee900b4 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 22 Aug 2021 21:09:30 -0400 Subject: [PATCH] Docs for 3.6+ requirement --- docs/changelog.rst | 3 ++- docs/guides/main.rst | 8 +++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 701d7d7e3..0e1cc30a5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,8 @@ Changelog 1.5.1 (in development) ---------------------- -Changelog goes here! +This release now requires Python 3.6 or later (it removes support for Python +2.7, 3.4, and 3.5). 1.5.0 (August 19, 2021) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index f1da16f50..04bbc2ae9 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -10,12 +10,10 @@ Installing ---------- You will need Python. -Beets works on `Python 2.7`_ and Python 3.4 or later. +Beets works on Python 3.6 or later. -.. _Python 2.7: https://www.python.org/download/ - -* **macOS** v10.7 (Lion) and later include Python 2.7 out of the box. - You can opt for Python 3 by installing it via `Homebrew`_: +* **macOS** 11 (Big Sur) includes Python 3.8 out of the box. + You can opt for a more recent Python installing it via `Homebrew`_: ``brew install python3`` * On **Debian or Ubuntu**, depending on the version, beets is available as an