summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNate Johnston <nate.johnston@redhat.com>2020-01-07 12:41:59 -0500
committerSlawek Kaplonski <skaplons@redhat.com>2020-01-15 08:25:47 +0000
commit620adfe75304c84b1e3433d0c3b1ba3ea3570172 (patch)
treefcc74f72f2e533518ac5b48c45b5bf68c3936c91 /setup.cfg
parentac63c570a1c630ac4405e4caf3d516d069165d69 (diff)
downloadneutron-620adfe75304c84b1e3433d0c3b1ba3ea3570172.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 941015f7a5..81ac118046 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/neutron/latest/
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology