diff --git a/.travis.yml b/.travis.yml index b3753ea0..ca72fb95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: python python: - - "3.5" - "3.6" - "3.7" - "3.8" diff --git a/setup.cfg b/setup.cfg index 86cce6a5..50a24a41 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,6 @@ license = Custom BSD Beerware classifiers = Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 diff --git a/tox.ini b/tox.ini index 7632ed83..372f60f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,py37,py36,py35,docs,flake8,black +envlist = py38,py37,py36,docs,flake8,black skip_missing_interpreters = True [testenv] @@ -39,7 +39,6 @@ extend-ignore = [travis] python = - 3.5: py35 3.6: py36 3.7: py37 3.8: py38, docs, black, flake8