From ba1fbf4b73ba8d7afe89e52904d2186e187b9678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 8 Jan 2023 16:40:51 +0100 Subject: [PATCH] Forgot to update badge and docs about Python version --- README.md | 2 +- docs/setup/install.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7f2e49..387d832 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Supysonic is a Python implementation of the [Subsonic][] server API. ![Build Status](https://github.com/spl0k/supysonic/workflows/Tests/badge.svg) [![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic) -![Python](https://img.shields.io/badge/python-3.6--3.10-blue.svg) +![Python](https://img.shields.io/badge/python-3.7+-blue.svg) Current supported features are: * browsing (by folders or tags) diff --git a/docs/setup/install.rst b/docs/setup/install.rst index 089bae1..061ed14 100644 --- a/docs/setup/install.rst +++ b/docs/setup/install.rst @@ -1,7 +1,7 @@ Installing Supysonic ==================== -Supysonic is written in Python and supports Python 3.6 through 3.10. +Supysonic is written in Python and supports Python 3.7 and later. Linux ----- @@ -46,7 +46,7 @@ Once the command prompt is open, type :command:`python --version` and press Enter. If Python is installed, you will see the version of Python printed to the screen. If you do not have Python installed, head over to the `Python website`__ and install one of the `compatible Python versions`__. You need at -least Python 3.6, but you can go up to the latest 3.10. +least Python 3.7. Once Python is installed, you can install Supysonic using :command:`pip`. Refer to the `installation instructions `_ below for more information.