Codebase list cloudkitty-dashboard / 6317aca
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 manchandavishal authored 4 years ago Vishal Manchanda committed 4 years ago
4 changed file(s) with 7 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 - project:
11 templates:
22 - horizon-non-primary-django-jobs
3 - openstack-python-jobs
43 - openstack-python3-ussuri-jobs
54 - publish-openstack-docs-pti
65 - release-notes-jobs-python3
0 ---
1 upgrade:
2 - |
3 Python 2.7 support has been dropped. Last release of cloudkitty-dashboard
4 to support py2.7 is OpenStack Train. The minimum version of Python now
5 supported by cloudkitty-dashboard is Python 3.6.
1212 License :: OSI Approved :: Apache Software License
1313 Operating System :: POSIX :: Linux
1414 Programming Language :: Python
15 Programming Language :: Python :: 2
16 Programming Language :: Python :: 2.7
1715 Programming Language :: Python :: 3
1816 Programming Language :: Python :: 3.6
1917 Programming Language :: Python :: 3.7
00 [tox]
11 minversion = 2.0
2 envlist = py27,py36,py37,py3-{dj111,dj22},pypy,pep8
2 envlist = py36,py37,py3-{dj111,dj22},pypy,pep8
33 skipsdist = True
44
55 [testenv]