diff --git a/setup.cfg b/setup.cfg index 53d16cb..9d7b689 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,12 +34,11 @@ classifiers = License :: OSI Approved :: MIT License Natural Language :: English Operating System :: OS Independent - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Topic :: System :: Systems Administration Topic :: Utilities @@ -54,7 +53,7 @@ keywords = [options] use_scm_version = True -python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* +python_requires = >=3.6 packages = find: include_package_data = True zip_safe = False diff --git a/tox.ini b/tox.ini index 6f9ce11..d664ae9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # For more information about tox, see https://tox.readthedocs.io/en/latest/ [tox] minversion = 3.9.0 -envlist = lint,packaging,py27,py35,py36,py37,py38,devel +envlist = lint,packaging,py36,py37,py38,devel skipsdist = True skip_missing_interpreters = True isolated_build = True