Drop python 2.7 support and testing

OpenStack is dropping the py2.7 support in ussuri cycle.

watcher-dashboard is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I1d80d7f7206cafa3a91a107cd670cfa9d91187c1
This commit is contained in:
manchandavishal 2019-10-30 06:18:49 +00:00 committed by Vishal Manchanda
parent fb81743c6b
commit 6317aca3f9
4 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,6 @@
- project:
templates:
- horizon-non-primary-django-jobs
- openstack-python-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Python 2.7 support has been dropped. Last release of cloudkitty-dashboard
to support py2.7 is OpenStack Train. The minimum version of Python now
supported by cloudkitty-dashboard is Python 3.6.

View File

@ -13,8 +13,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py36,py37,py3-{dj111,dj22},pypy,pep8
envlist = py36,py37,py3-{dj111,dj22},pypy,pep8
skipsdist = True
[testenv]