summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-12-26 12:50:39 +0800
committerlikui <likui@yovole.com>2020-12-26 12:50:39 +0800
commit7c89521ae423e42d577e4d196f652d30470722fa (patch)
tree76bd150791744658e626232f54f3db624588b3d2
parent961ef31807bb273635e66c0ec0058340e559224d (diff)
downloadpython-troveclient-7c89521ae423e42d577e4d196f652d30470722fa.tar.gz
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: I26e748d804743ffc3f30cd05347fdd51dedb051c
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index de7ec80..30832b1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]