summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 13:28:14 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 13:28:14 -0500
commit1c8e5e801365055a2a7c37b57dbfd1e0ea7c8716 (patch)
tree945cccf59f6b4781898950446dee51d874dacbec /releasenotes
parentb0d3e37732786708c7d775eeb3f7e919e3d95c42 (diff)
downloadpython-designateclient-1c8e5e801365055a2a7c37b57dbfd1e0ea7c8716.tar.gz
Drop py27 support
Per the Ussuri cycle goal, this drops py27 testing and support. https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I0c525eb48270494e8171042e56e14867c53e5af3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-py2-c4e50d006fa4446c.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py2-c4e50d006fa4446c.yaml b/releasenotes/notes/drop-py2-c4e50d006fa4446c.yaml
new file mode 100644
index 0000000..684bd82
--- /dev/null
+++ b/releasenotes/notes/drop-py2-c4e50d006fa4446c.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. The last release of python-designateclient
+ to support Python 2.7 is 3.1. The minimum version of Python now supported
+ is Python 3.6.