From c5f9385b6c6072e74245e60d55e86afa04c73541 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Mon, 20 Jan 2020 15:38:00 -0500 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. Change-Id: Ia4e3519f99d9d1bc68d70b1f21173b0b2ec187c1 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index df6264b..29bd242 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,7 @@ author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/octavia-lib/latest/ license = Apache License, Version 2.0 +python-requires = >=3.6 classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack