summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorChad Versace <chadversary@chromium.org>2022-12-09 09:41:30 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-25 21:21:17 +0000
commit51b8abe0ba5ea2cf0ba882faa7e3e36c273db4c5 (patch)
treedd7ed61b49647ea32094ff9d608c23a7789c00ec /docs/install.rst
parentbca22a65781665054a7d9d964e548459c610593e (diff)
downloadmesa-51b8abe0ba5ea2cf0ba882faa7e3e36c273db4c5.tar.gz
docs: Lower Python requirement to 3.6
Issue 7716 bumped the Python requirement from 3.6 to 3.7 for two reasons. They are now non-issues. - Usage of f-strings. But f-strings are a 3.6 feature. - Usage of `from __future__ import annotations`. But the previous commit removes that usage. See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7716 See: 5cf862fbb9 ("docs: update Python requirement to 3.7") Acked-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20237>
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 0c3b0d17c0b..13964ee3395 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 <https://www.python.org/>`__ - Python 3.7 or newer is required.
+- `Python <https://www.python.org/>`__ - Python 3.6 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.