Re: [PATCH] readthedocs: build with Python 3.6

2020-10-05 Thread Peter Maydell
On Mon, 5 Oct 2020 at 16:01, Paolo Bonzini wrote: > > 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:

[PATCH] readthedocs: build with Python 3.6

2020-10-05 Thread Paolo Bonzini
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 --- .readthedocs.yml | 2 +- 1 file changed, 1 i