From: Kefu Chai Date: Wed, 10 Apr 2019 10:08:04 +0000 (+0800) Subject: PendingReleaseNotes: note on python3.6 changes X-Git-Tag: v14.2.1~43^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08ba1e35d177ec30fd9a7b5a6ece8ab9e68f9d05;p=ceph.git PendingReleaseNotes: note on python3.6 changes Fixes: http://tracker.ceph.com/issues/39164 Signed-off-by: Kefu Chai (cherry picked from commit 77c5ee06311d610f9accd94edf14becdf5820542) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e69de29bb2d..d071642fd8c 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -0,0 +1,7 @@ +>=14.2.1 +-------- + +* Ceph now packages python bindings for python3.6 instead of + python3.4, because EPEL7 recently switched from python3.4 to + python3.6 as the native python3. see the `announcement _` + for more details on the background of this change.