qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] readthedocs: build with Python 3.6
@ 2020-10-05 15:01 Paolo Bonzini
  2020-10-05 15:31 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2020-10-05 15:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, thuth

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 <pbonzini@redhat.com>
---
 .readthedocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.readthedocs.yml b/.readthedocs.yml
index 8355dbc634..7fb7b8dd61 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -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
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] readthedocs: build with Python 3.6
  2020-10-05 15:01 [PATCH] readthedocs: build with Python 3.6 Paolo Bonzini
@ 2020-10-05 15:31 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2020-10-05 15:31 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Thomas Huth, QEMU Developers

On Mon, 5 Oct 2020 at 16:01, Paolo Bonzini <pbonzini@redhat.com> 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: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  .readthedocs.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.readthedocs.yml b/.readthedocs.yml
> index 8355dbc634..7fb7b8dd61 100644
> --- a/.readthedocs.yml
> +++ b/.readthedocs.yml
> @@ -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

Applied to master, thanks.

-- PMM


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-05 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 15:01 [PATCH] readthedocs: build with Python 3.6 Paolo Bonzini
2020-10-05 15:31 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).