This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 58b6a4150e86d653d30f548019bf8541d9fbdc78 Author: Grant Henke <[email protected]> AuthorDate: Thu Jan 9 11:26:19 2020 -0800 [docs] Add python deprecation to the release notes Add a python deprecation note to the release notes to ensure, at a minimum, the next release warns about the deprecation. I chose to deprecate all of Python 2 given the last branch (2.7) is end-of-life. I also deprecated python 3.4 and earlier because those braches are also end-of-life. https://devguide.python.org/devcycle/#end-of-life-branches Looking forward Python 3.5 will recieve security fixes until 2020-09-13. https://devguide.python.org/#status-of-python-branches Change-Id: I3265dc964c5b7040684965d0038aac19684f6168 Reviewed-on: http://gerrit.cloudera.org:8080/14996 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Grant Henke <[email protected]> --- docs/release_notes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 0190126..a9bda15 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -39,6 +39,7 @@ [[rn_1.12.0_deprecations]] == Deprecations +Support for Python 2.x and Python 3.4 and earlier is deprecated and may be removed in the next minor release. [[rn_1.12.0_new_features]] == New features
