summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2019-11-19 15:38:33 +0100
committerLuigi Toscano <ltoscano@redhat.com>2019-11-19 15:38:33 +0100
commit33a2a5f2e408ee11e61b38b4dbdfe340939ecceb (patch)
tree7c9b860c1b71db5f0eb3a48be8a5a7666780a9ee /setup.cfg
parent0138fb1ada9957c21427c5680dc47d6527a5a703 (diff)
downloadnova-33a2a5f2e408ee11e61b38b4dbdfe340939ecceb.tar.gz
(Temporarily) readd bare support for py27
Revert part of the changes from Ie1a0cbd82a617dbcc15729647218ac3e9cd0e5a9 This way it is possible again for nova to be installed using python 2, thus allowing other devstack-based jobs to work until everything switches to python 3 according the plans. While py2 support may break anytime, its days are limited anyway. Change-Id: I99ff84e6c1c033c28d499b0b8ac17ac5b0565f61
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 22cdff1c16..2ec22861e0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,6 @@ 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