From 10f232891d5c92f9f5813fe31673b8997c890cb2 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 19 Jun 2026 17:18:57 -0400 Subject: [PATCH] update ubuntu/python versions in .readthedocs.yaml (#2092) --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57e91bb94..3c4dd6dd4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.8" + python: "3.12" python: install: