From c465f636dcfcc4f19d3a52e5d5ecb0078eb5e62c Mon Sep 17 00:00:00 2001 From: YuehuiLei Date: Mon, 4 Jan 2021 10:26:57 +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: I3a8dbb2ed4c257b7204ea9632b75eff6783168ba --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 143da28..87b398f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,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]