Revert "remove py37"

This reverts commit 6acaab010eccb4d4cff3a5127b942065ed7cdae8.

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: Ide1c309d491b8aa008a064dba554f18aa5c489d6
This commit is contained in:
wangzihao 2021-01-14 14:11:53 +08:00
parent 9ea52c9362
commit 0da77ec5ab

View File

@ -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]