From 6acaab010eccb4d4cff3a5127b942065ed7cdae8 Mon Sep 17 00:00:00 2001 From: XinxinShen Date: Tue, 5 Jan 2021 09:12:34 +0800 Subject: [PATCH] remove py37 Remove python3.7 from setup.cfg, since Wallaby's python supported runtimes are python 3.6 and python 3.8[1]: [1]: https://governance.openstack.org/tc/reference/runtimes/wallaby.html Change-Id: I1e7cfcdfb4b811ad2c016a7ec1aff119c55575da --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ff87a0b..0655557 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ 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]