summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 06:19:26 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-12-13 23:49:33 +0000
commit1680ef7af75cd68ebfeabea26daa0ac65c8872b6 (patch)
treef56cefdd320cc915a8848ec229d09f4bf76961ae /releasenotes/notes
parent5f0271a735516d9c9b30a730fecf4738bafa6cde (diff)
downloadpython-troveclient-1680ef7af75cd68ebfeabea26daa0ac65c8872b6.tar.gz
Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. python-troveclient 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: I425cb0d2f1487819fde9ebae46fe3570b72cbe88
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/drop-py-2-7-4ca3cf6a8ab8ca34.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py-2-7-4ca3cf6a8ab8ca34.yaml b/releasenotes/notes/drop-py-2-7-4ca3cf6a8ab8ca34.yaml
new file mode 100644
index 0000000..aadd31b
--- /dev/null
+++ b/releasenotes/notes/drop-py-2-7-4ca3cf6a8ab8ca34.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. Last release of python-troveclient
+ to support py2.7 is OpenStack Train. The minimum version of Python now
+ supported by python-troveclient is Python 3.6.