From 18610ceabafc495bc89eb683fec51087ff27248e Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Fri, 15 Jan 2021 17:20:07 +0800 Subject: [PATCH] Revert "remove py37" Reason for revert: Python 3.7 *is* supported because it falls in the range of supported Python versions (3.6-3.8). Change-Id: I7365634864f09eb04a68d901ca4ca962fa4d7bb2 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5dd4c07..e71e51c 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]