summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2021-01-12 09:28:03 +0800
committerlikui <likui@yovole.com>2021-01-12 09:28:03 +0800
commit5188cc77c5433219583379efc5488edf376d9fdf (patch)
tree66f2d76a5593d56e9a06eb2ddecce8e314f63e58
parent3bdae37673376529c622452f2f29a0d389c0a7d5 (diff)
downloadpython-troveclient-5188cc77c5433219583379efc5488edf376d9fdf.tar.gz
add python37 setup.cfg
Add python3.7 from setup.cfg, Wallaby's python supported runtimes are python 3.7[1]: [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html Change-Id: Ia1e29c25df0b3f47b9513b863a6f3866a7e802c3
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 30832b1..de7ec80 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,7 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]