diff --git a/setup.cfg b/setup.cfg index f7060a8a..e53d0d21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,11 +6,10 @@ summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platfo description_file = README.rst home_page = https://docs.openstack.org/freezer/latest/ license = Apache-2 +python_requires = >=3.8 classifier = Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Development Status :: 5 - Production/Stable diff --git a/tox.ini b/tox.ini index b9c646ea..f690bd26 100644 --- a/tox.ini +++ b/tox.ini @@ -54,9 +54,6 @@ basepython = python3.9 [testenv:py38] basepython = python3.8 -[testenv:py36] -basepython = python3.6 - [testenv:docs] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}