summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-12-13 12:39:29 +0000
committerStephen Finucane <sfinucan@redhat.com>2019-12-13 12:45:52 +0000
commit3dbdbb4e2ba935a23756f6fcd6185d6867123c95 (patch)
treeee569d086a8af4ad6e486ebbbd81963a7ce8b503 /setup.cfg
parentaa096fd18352fb9da94069ec2cab478eed5c6cca (diff)
downloadnova-3dbdbb4e2ba935a23756f6fcd6185d6867123c95.tar.gz
Revert "(Temporarily) readd bare support for py27"
This reverts commit 33a2a5f2e408ee11e61b38b4dbdfe340939ecceb. We're now at M1 and the DevStack default has been changed. We no longer need to pretend to support Python 2.7. This is slightly modified to drop an additional Python 2.7-only dependency from lower-constraints.txt. [1] I52b03caee0ba700da3a15035201ea6cd91baa06b Change-Id: I1068850072e639ee268d68ca82249f569a40310e Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
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 2ed6308a06..57fae21945 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/nova/latest/
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology