OpenStack is dropping the py2.7 support in ussuri cycle. os-testr 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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Switch to using sphinx-build, remove cruft from setup.cfg, setup.py, tox.ini, conf.py. Update hacking version to support python3 properly. Fix problems found by pep8. Change-Id: I6ab22dda05132a735bd9e5caf16cc2bd172b06ccchanges/22/705522/7
parent
8859449359
commit
fcf791b38a
@ -1,7 +1,6 @@
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- openstack-python-jobs
|
||||
- openstack-python3-train-jobs
|
||||
- openstack-python3-ussuri-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- release-notes-jobs-python3
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Python 2.7 support has been dropped. Last release of os-testr
|
||||
to support python 2.7 is 1.1.0. The minimum version of Python now
|
||||
supported by os-testr is Python 3.6.
|
Loading…
Reference in new issue