From 8dc15f9970a9269c90bc4ce11cd2e317daa41af7 Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Tue, 17 Sep 2024 18:11:12 -0500 Subject: [PATCH] update python3 version for mkdoc.yaml (#1712) update python3 ver Signed-off-by: zhaque44 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 91d215e6..fd3d1b25 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,9 @@ mkdocs: fail_on_warning: false build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.12" python: install: