From 939253044a957793b82c2c091a766e6656d573d0 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Wed, 25 Dec 2019 17:37:09 +0800 Subject: 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 Change-Id: Iec8c47b82022b616b8361651bf23f853b0ce5624 --- releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1