]> Git Repo - qemu.git/commitdiff
readthedocs: build with Python 3.6
authorPaolo Bonzini <[email protected]>
Mon, 5 Oct 2020 15:01:22 +0000 (17:01 +0200)
committerPeter Maydell <[email protected]>
Mon, 5 Oct 2020 15:30:45 +0000 (16:30 +0100)
The readthedocs build is failing because we do not support Python 3.5 anymore.
Bump the Python version in the configuration.

Fixes: 1b11f28d05 ("configure: Bump the minimum required Python version to 3.6", 2020-10-02)
Signed-off-by: Paolo Bonzini <[email protected]>
Message-id: 20201005150122[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
.readthedocs.yml

index 8355dbc63436faf55cbce8de000fec0b7c9257da..7fb7b8dd61add42f8b374ba53513d205bfa710c8 100644 (file)
@@ -17,4 +17,4 @@ formats: all
 # we require for other Python in our codebase (our conf.py
 # enforces this, and some code needs it.)
 python:
-  version: 3.5
+  version: 3.6
This page took 0.030701 seconds and 4 git commands to generate.