summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-05-09 14:26:01 +0800
committerZhongShengping <chdzsp@163.com>2019-05-09 17:34:58 +0800
commit27d2c22e8a7799c9d5ed93cf455f22007b262749 (patch)
tree2f8ee601b83e0ac767edfb941898533024468863 /setup.cfg
parent9214a42a8e502b135224d5f7d0f3871ac7daa00f (diff)
downloaddesignate-27d2c22e8a7799c9d5ed93cf455f22007b262749.tar.gz
Update Python 3 test runtimes for Train
This goal is to implement the process set out in the 2018-10-24 Python Update Process TC resolution[1], for the Train cycle to ensure unit testing is in place for all of the Tested Runtimes for Train[2]. In practice, this generally means adding unit tests for Python 3.7 and dropping unit tests for Python 3.5. Using the Zuul template for Train will ensure that all projects that support Python3 will be tested against the agreed runtime versions, and make it easier to update them in future. [1]https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html [2]https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I27ad92ae4f17e56e5879b7338db3543e5a67d8a5 Depends-On: https://review.opendev.org/#/c/641878/
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 85f5f9a2..7c4c4a4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Topic :: Internet :: Name Service (DNS)
[global]