From 978268d64e33c6e27e8fa3a691c1f64984dc794b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 16 Aug 2023 11:10:00 -0700 Subject: [PATCH] Use Python 3.11 when publishing docs This is required due to the python classifier change, and matches the check/gate jobs. Change-Id: I30e5355e22a95c3aaec437086527b6a75609e4c0 --- .zuul.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index f6a986190..ad2293596 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -308,7 +308,10 @@ release: jobs: - opendev-release-python - - zuul-publish-nox-docs + - zuul-publish-nox-docs: + vars: + nox_force_python: "3.11" + python_version: "3.11" - upload-container-image: timeout: *image_build_timeout secrets: