Merge pull request #387 from pylast/revert-383-add-3.6

This commit is contained in:
Hugo van Kemenade 2022-02-27 16:11:20 +02:00 committed by GitHub
commit 7f4bea6f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 7 deletions

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-20.04]
include:
# Include new variables for Codecov

View file

@ -3,19 +3,19 @@ repos:
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
args: [--target-version=py36]
args: [--target-version=py37]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
hooks:
- id: blacken-docs
args: [--target-version=py36]
args: [--target-version=py37]
additional_dependencies: [black==21.11b1]
- repo: https://github.com/PyCQA/isort

View file

@ -14,7 +14,6 @@ classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@ -34,7 +33,7 @@ keywords =
packages = find:
install_requires =
importlib-metadata;python_version < '3.8'
python_requires = >=3.6
python_requires = >=3.7
package_dir = =src
setup_requires =
setuptools-scm

View file

@ -1,7 +1,7 @@
[tox]
envlist =
lint
py{py3, 310, 39, 38, 37, 36}
py{py3, 310, 39, 38, 37}
[testenv]
passenv =