summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2021-01-12 09:03:19 +0800
committerlikui <likui@yovole.com>2021-01-12 09:03:19 +0800
commit7cb6e06bc154a3ff96dc4bdbec46f2a80479af7d (patch)
tree70035996c35d877662cb2371a9d411ffabe6ff94
parentbdbc12c0a8815841eca4b390a06adcb8312a6513 (diff)
downloadtrove-7cb6e06bc154a3ff96dc4bdbec46f2a80479af7d.tar.gz
add python37 setup.cfg
Add python3.7 from setup.cfg, since Wallaby's python supported runtimes are python 3.7[1]: [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html Change-Id: I04c22c6142fc51810d9132e82927dc2dae40cf9d
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 38446272..8344f15f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,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]