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