From 3017e180f00d3f7f8f7b2eb9099e601806315dfe Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Fri, 27 Dec 2019 16:13:44 +0800 Subject: Drop python 2.7 support and testing Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ie875138bd1b773f460698e1eacc9dab542318e30 Sem-Ver: api-break --- setup.cfg | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 022998d..ff7e683 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ description-file = author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/oslo.context/latest/ +python-requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -13,25 +14,16 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: Implementation :: CPython [files] packages = oslo_context -[build_sphinx] -source-dir = doc/source -build-dir = doc/build -all_files = 1 -warning-is-error = 1 - -[upload_sphinx] -upload-dir = doc/build/html - [compile_catalog] directory = oslo_context/locale domain = oslo_context -- cgit v1.2.1