diff mbox series

[1/3] docs/about/build-platforms: Correct minimum supported Python version

Message ID 20250227080757.3978333-2-armbru@redhat.com (mailing list archive)
State New, archived
Headers show
Series qapi: Clean up for Python 3.8 | expand

Commit Message

Markus Armbruster Feb. 27, 2025, 8:07 a.m. UTC
Fixes: ca056f4499c2 (Python: Drop support for Python 3.7)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 docs/about/build-platforms.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel P. Berrangé Feb. 27, 2025, 9:04 a.m. UTC | #1
On Thu, Feb 27, 2025 at 09:07:55AM +0100, Markus Armbruster wrote:
> Fixes: ca056f4499c2 (Python: Drop support for Python 3.7)
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  docs/about/build-platforms.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
diff mbox series

Patch

diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
index 482b09819c..1552b1a704 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