summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 11:56:48 -0400
committerBen Nemec <bnemec@redhat.com>2019-08-09 22:48:06 +0000
commitdb780378d200f2ce671b31084c0b1f970d0621ef (patch)
tree86c26c07f2f3c6ebc4f1305a70a7c913b6db1364 /setup.cfg
parent21e70f853e4b0934364277c12256ba70aa578563 (diff)
downloadoslo-db-db780378d200f2ce671b31084c0b1f970d0621ef.tar.gz
Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Ie47812bec5284d447a2f9c339a5b29d49d83ab53 Story: #2005924 Task: #34234
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1057d60..898ac13 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[extras]
# So e.g. nova can test-depend on oslo.db[mysql]