Stop testing python3.6

This commit is contained in:
Éloi Rivard 2021-12-31 18:53:52 +01:00
parent 633bf6ae1f
commit ebc16b91c2
3 changed files with 3 additions and 8 deletions

View file

@ -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

View file

@ -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:

View file

@ -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