summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
3 files changed, 2 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 84521b0..cc430fb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,7 +1,6 @@
- project:
templates:
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff --git a/setup.cfg b/setup.cfg
index 4aed006..839645f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,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
[files]
packages =
diff --git a/tox.ini b/tox.ini
index af3564d..b2f309f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
-envlist = py35,py27,pypy,pep8,releasenotes
+envlist = py36,py27,pypy,pep8,releasenotes
skipsdist = True
[testenv]