From 8293be5fed973d6e4a06a18e4aad16868412e021 Mon Sep 17 00:00:00 2001 From: wangzihao Date: Thu, 14 Jan 2021 14:18:16 +0800 Subject: [PATCH] Revert "remove py37" This reverts commit 764e43083040dd4025e2864f11db77a57aea4b9c. Reason of revert :Python 3.7 *is* supported because it falls in the range of supported Python versions (3.6-3.8) [1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html Change-Id: I1984fe34be137de7c1e6a96f2fd8e8f1d9e35a31 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9f4ba1f..d8a025b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 [files]