diff options
author | Markus Armbruster <armbru@redhat.com> | 2025-02-27 09:07:55 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-03-06 10:09:10 +0100 |
commit | 87c8b4fc3c1c89ec52540bfb74f9b0518f247323 (patch) | |
tree | 8f5604671b3e908a84767dd4a69005b1eccf3603 | |
parent | e8a01102936286e012ed0f00bd7f3b7474d415c9 (diff) | |
download | qemu-87c8b4fc3c1c89ec52540bfb74f9b0518f247323.zip qemu-87c8b4fc3c1c89ec52540bfb74f9b0518f247323.tar.gz qemu-87c8b4fc3c1c89ec52540bfb74f9b0518f247323.tar.bz2 |
docs/about/build-platforms: Correct minimum supported Python version
Fixes: ca056f4499c2 (Python: Drop support for Python 3.7)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250227080757.3978333-2-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r-- | docs/about/build-platforms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst index 482b098..1552b1a 100644 --- a/docs/about/build-platforms.rst +++ b/docs/about/build-platforms.rst @@ -101,7 +101,7 @@ Python runtime option of the ``configure`` script to point QEMU to a supported version of the Python runtime. - As of QEMU |version|, the minimum supported version of Python is 3.7. + As of QEMU |version|, the minimum supported version of Python is 3.8. Python build dependencies Some of QEMU's build dependencies are written in Python. Usually these |