forked from Github-Mirrors/canaille
Stop testing python3.6
This commit is contained in:
parent
633bf6ae1f
commit
ebc16b91c2
3 changed files with 3 additions and 8 deletions
|
@ -18,11 +18,6 @@ style:
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e style
|
script: tox -e style
|
||||||
|
|
||||||
python36:
|
|
||||||
image: python:3.6
|
|
||||||
stage: test
|
|
||||||
script: tox -e py36
|
|
||||||
|
|
||||||
python37:
|
python37:
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -15,7 +15,7 @@ repos:
|
||||||
rev: v2.29.1
|
rev: v2.29.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: ["--py36-plus"]
|
args: ["--py37-plus"]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 21.12b0
|
rev: 21.12b0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -23,7 +23,7 @@ classifiers =
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
python_requires = >= 3.6
|
python_requires = >= 3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
authlib
|
authlib
|
||||||
click
|
click
|
||||||
|
@ -48,10 +48,10 @@ console_scripts =
|
||||||
[tox:tox]
|
[tox:tox]
|
||||||
envlist =
|
envlist =
|
||||||
style
|
style
|
||||||
py36
|
|
||||||
py37
|
py37
|
||||||
py38
|
py38
|
||||||
py39
|
py39
|
||||||
|
py310
|
||||||
doc
|
doc
|
||||||
coverage
|
coverage
|
||||||
skipsdist=True
|
skipsdist=True
|
||||||
|
|
Loading…
Reference in a new issue