From eb2392fff4d8257c5e757e60cc6904f788105aff Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 20 Mar 2018 11:49:35 +0100 Subject: [PATCH] news: Update for Python 3 compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 6d729d5085..75a0543084 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,17 @@
+ + + Support building with Python 3 + + + Python is required to build libvirt, and up until now only Python 2 + could be used as an interpreter. All scripts used during build have + now been made compatible with Python 3, which means both major + releases of the language are fully supported. + +
-- GitLab