1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 10:51:04 +00:00

Forgot to update badge and docs about Python version

This commit is contained in:
Alban Féron 2023-01-08 16:40:51 +01:00
parent 399686f17b
commit ba1fbf4b73
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
2 changed files with 3 additions and 3 deletions

View File

@ -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) ![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) [![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: Current supported features are:
* browsing (by folders or tags) * browsing (by folders or tags)

View File

@ -1,7 +1,7 @@
Installing Supysonic 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 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 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 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 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 Once Python is installed, you can install Supysonic using :command:`pip`. Refer
to the `installation instructions <pip_>`_ below for more information. to the `installation instructions <pip_>`_ below for more information.