1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 00:46:18 +00:00

Drop Python 3.6

This commit is contained in:
Alban Féron 2023-01-01 13:38:26 +01:00
parent 6ab0488620
commit 4d249adcf2
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
2 changed files with 3 additions and 5 deletions

View File

@ -21,17 +21,15 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- 3.11
- 3.12
fail-fast: false
steps:
- name: Checkout

View File

@ -41,15 +41,15 @@ classifiers =
Intended Audience :: System Administrators
License :: OSI Approved :: GNU Affero General Public License v3
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Multimedia :: Sound/Audio
[options]
python_requires = >=3.6,<3.11
python_requires = >=3.7
install_requires =
click
flask >=0.11