From b5f175520d416e72ba9a98ba0b9b474abc785d86 Mon Sep 17 00:00:00 2001 From: asarfaty Date: Thu, 16 Jan 2020 08:52:31 +0200 Subject: [PATCH] Complete dropping py27 support goal This takes care of the last details for dropping py27 support by adding a proper min version of python in setup.cfg. See similar neutron commit: I911469d46fccf13bc7ead7a103a7d6e4e0ede7c3 Change-Id: I1176280b5d30b551774cdbe7b5ec65afc7978f6b --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 207ab58e46..631ed597d0 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://launchpad.net/vmware-nsx +python-requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology