Skip to content

Commit 36d9c28

Browse files
bonzinipm215
authored andcommitted
readthedocs: build with Python 3.6
The readthedocs build is failing because we do not support Python 3.5 anymore. Bump the Python version in the configuration. Fixes: 1b11f28 ("configure: Bump the minimum required Python version to 3.6", 2020-10-02) Signed-off-by: Paolo Bonzini <[email protected]> Message-id: [email protected] Reviewed-by: Peter Maydell <[email protected]> Signed-off-by: Peter Maydell <[email protected]>
1 parent 0ac0b47 commit 36d9c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ formats: all
1717
# we require for other Python in our codebase (our conf.py
1818
# enforces this, and some code needs it.)
1919
python:
20-
version: 3.5
20+
version: 3.6

0 commit comments

Comments
 (0)