summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2019-10-04 14:42:41 +0200
committerAkihiro Motoki <amotoki@gmail.com>2020-02-05 05:58:51 +0000
commite6e4b73efa01281002930e0806b765200f38e7c8 (patch)
tree7d329f2d53fad8b6f32825b8ae5b448994612604 /releasenotes/notes
parent70ab3f9dd56a638cdff516ca85baa5ebd64c888b (diff)
downloadpython-openstackclient-e6e4b73efa01281002930e0806b765200f38e7c8.tar.gz
Complete "Drop python2 support" goal
We stopped testing python2, but there are more things to be cleanup. - Remove python2 entries from setup.cfg - Add releasenotes - remove universal wheel since this is only python 3 now Change-Id: Ie2bbb4d34b8411939ad5cfd750fc76c933779542
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/drop-py2-421c90fbdf18dbc2.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py2-421c90fbdf18dbc2.yaml b/releasenotes/notes/drop-py2-421c90fbdf18dbc2.yaml
new file mode 100644
index 00000000..74c5d8b5
--- /dev/null
+++ b/releasenotes/notes/drop-py2-421c90fbdf18dbc2.yaml
@@ -0,0 +1,7 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. The last release of
+ python-openstackclient to support Python 2.7 is OpenStack Train. The
+ minimum version of Python now supported by python-openstackclient is
+ Python 3.6.