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.