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.

Change-Id: I911469d46fccf13bc7ead7a103a7d6e4e0ede7c3
This commit is contained in:
Nate Johnston 2020-01-07 12:41:59 -05:00 committed by Slawek Kaplonski
parent ac63c570a1
commit 620adfe753

View File

@ -6,6 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/neutron/latest/
python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology