summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 07:56:29 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 07:57:07 +0000
commitea270ed5828a4827389583794858543140803165 (patch)
treedb105dab6fecaddaf4eed3662f874caca946caee /releasenotes
parentff3bb37ae99f31efc7194abfb324cb8507d0722f (diff)
downloadceilometermiddleware-ea270ed5828a4827389583794858543140803165.tar.gz
Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. ceilometermiddleware 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: I48f75b701ecc4eee3134473bc854a0825b705203
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-py-2-7-21178ddd27b28806.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py-2-7-21178ddd27b28806.yaml b/releasenotes/notes/drop-py-2-7-21178ddd27b28806.yaml
new file mode 100644
index 0000000..94753f1
--- /dev/null
+++ b/releasenotes/notes/drop-py-2-7-21178ddd27b28806.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. Last release of ceilometermiddleware
+ to support python 2.7 is OpenStack Train. The minimum version of Python now
+ supported by ceilometermiddleware is Python 3.6.