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:
parent
6ab0488620
commit
4d249adcf2
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user