summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2020-01-26 22:00:58 +0100
committerLuigi Toscano <ltoscano@redhat.com>2020-01-26 22:00:58 +0100
commit62bfa6af46d1091bc1457a42daf6c5315f3bd5d6 (patch)
tree084d7a136b9474d7f6e910d6196dcb3b40ba6e60 /releasenotes
parentca99e621fdc7c42dce42ae998216c4249e380110 (diff)
downloadpython-saharaclient-62bfa6af46d1091bc1457a42daf6c5315f3bd5d6.tar.gz
[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. sahara plugins do works with python 3 and the sahara core does not support python 2.7 anymore anyway. 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 Also: - bump the lower-constraints decorator requirements to a recent one to prevent failures; - drop the obsolete jenkins tox target. Change-Id: I5806dcb8f13e88a28c0b5e6de449efa9b95b6e73
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-py2-7-862abe2ec0c32c5f.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py2-7-862abe2ec0c32c5f.yaml b/releasenotes/notes/drop-py2-7-862abe2ec0c32c5f.yaml
new file mode 100644
index 0000000..f7fea3c
--- /dev/null
+++ b/releasenotes/notes/drop-py2-7-862abe2ec0c32c5f.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. Last release of python-saharaclient
+ to support python 2.7 is OpenStack Train. The minimum version of Python now
+ supported by python-saharaclient is Python 3.6.