summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-04-16 04:43:40 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-04-16 04:43:57 +0000
commit936f18e05b6b66bf8e288b7f73f08d163b7e2eb5 (patch)
tree71542849023964a944e1533b37f5d14f1bbeb658 /setup.cfg
parent9de37d322732a0157720a471786f9581f1878c50 (diff)
downloadstevedore-936f18e05b6b66bf8e288b7f73f08d163b7e2eb5.tar.gz
Dropping the py35 testing
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: Ib38da77120fd0392984388350bb785eae5893c06
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 958ae5c..a939f92 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
Intended Audience :: Developers
Environment :: Console