summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-12-25 17:37:09 +0800
committerAndreas Jaeger <aj@suse.com>2020-02-03 14:45:41 +0100
commit939253044a957793b82c2c091a766e6656d573d0 (patch)
treecaa5eb93bf40f722a8f2045f072460293cb1c879 /releasenotes
parent9d1c08e1f29007dea121a70875b603fb5644d265 (diff)
downloadpycadf-939253044a957793b82c2c091a766e6656d573d0.tar.gz
Drop python 2.7 support and testing
Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Include small cleanups: * remove install_command from tox.ini, this is the default * Use sphinx-build as modern way to run sphinx, remove setup.cfg settings for build-sphinx * Use sphinxcontrib-apidoc for docs with newer sphinx * Remove obsolete doc/source/conf.py broken * Add python-requires to setup.cfg to make Python 3.6 requirement explicit * Remove obsolete pbr setup-hooks Co-Authored-By: Andreas Jaeger <aj@suse.com> Change-Id: Iec8c47b82022b616b8361651bf23f853b0ce5624
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml b/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
new file mode 100644
index 0000000..16eba83
--- /dev/null
+++ b/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. The minimum version of Python now
+ supported by pycadf is Python 3.6.