docs: update Python requirement to 3.7

Reported in https://gitlab.freedesktop.org/mesa/mesa/-/issues/7716

Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19791>
This commit is contained in:
David Heidelberg 2022-11-17 00:13:12 +01:00 committed by Marge Bot
parent 6e4f0bdb7d
commit 5cf862fbb9

View file

@ -35,7 +35,7 @@ you're willing to maintain support for other compiler get in touch.
Third party/extra tools.
^^^^^^^^^^^^^^^^^^^^^^^^
- `Python <https://www.python.org/>`__ - Python 3.5 or newer is required.
- `Python <https://www.python.org/>`__ - Python 3.7 or newer is required.
- `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako
module is required. Version 0.8.0 or later should work.
- Lex / Yacc - for building the Mesa IR and GLSL compiler.