Browse Source
OpenStack is dropping the py2.7 support in ussuri cycle. coverage2sql 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 Change-Id: I7e523bff1144d827dd1377c00d4a51512e265a85changes/08/705508/2
5 changed files with 13 additions and 17 deletions
@ -1,7 +1,6 @@
|
||||
- project: |
||||
templates: |
||||
- openstack-cover-jobs |
||||
- openstack-python-jobs |
||||
- openstack-python3-train-jobs |
||||
- openstack-python3-ussuri-jobs |
||||
- release-notes-jobs-python3 |
||||
- publish-openstack-docs-pti |
||||
|
@ -0,0 +1,6 @@
|
||||
--- |
||||
upgrade: |
||||
- | |
||||
Python 2.7 support has been dropped. Last release of coverage2sql |
||||
to support py2.7 is OpenStack Train. The minimum version of Python now |
||||
supported by coverage2sql is Python 3.6. |
Loading…
Reference in new issue