1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 08:56:17 +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: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: python-version:
- 3.6
- 3.7 - 3.7
- 3.8 - 3.8
- 3.9 - 3.9
- "3.10" - "3.10"
- 3.11 - 3.11
- 3.12
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout - name: Checkout

View File

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