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
|
||||
script: tox -e style
|
||||
|
||||
python36:
|
||||
image: python:3.6
|
||||
stage: test
|
||||
script: tox -e py36
|
||||
|
||||
python37:
|
||||
image: python:3.7
|
||||
stage: test
|
||||
|
|
|
@ -15,7 +15,7 @@ repos:
|
|||
rev: v2.29.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py36-plus"]
|
||||
args: ["--py37-plus"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.12b0
|
||||
hooks:
|
||||
|
|
|
@ -23,7 +23,7 @@ classifiers =
|
|||
[options]
|
||||
packages = find:
|
||||
include_package_data = true
|
||||
python_requires = >= 3.6
|
||||
python_requires = >= 3.7
|
||||
install_requires =
|
||||
authlib
|
||||
click
|
||||
|
@ -48,10 +48,10 @@ console_scripts =
|
|||
[tox:tox]
|
||||
envlist =
|
||||
style
|
||||
py36
|
||||
py37
|
||||
py38
|
||||
py39
|
||||
py310
|
||||
doc
|
||||
coverage
|
||||
skipsdist=True
|
||||
|
|
Loading…
Reference in a new issue