From 5cf862fbb9c20917e5706d47a6c6cc47389e7913 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 17 Nov 2022 00:13:12 +0100 Subject: [PATCH] docs: update Python requirement to 3.7 Reported in https://gitlab.freedesktop.org/mesa/mesa/-/issues/7716 Reviewed-by: Eric Engestrom Signed-off-by: David Heidelberg Part-of: --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 094a31a1905..0c3b0d17c0b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -35,7 +35,7 @@ you're willing to maintain support for other compiler get in touch. Third party/extra tools. ^^^^^^^^^^^^^^^^^^^^^^^^ -- `Python `__ - Python 3.5 or newer is required. +- `Python `__ - Python 3.7 or newer is required. - `Python Mako module `__ - Python Mako module is required. Version 0.8.0 or later should work. - Lex / Yacc - for building the Mesa IR and GLSL compiler.