From f2dee0d4db269d6268f85df4ffa2941763ba597d Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sat, 15 Feb 2025 23:33:17 +0100 Subject: [PATCH 1/2] upgrade to python 3.12 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f9d2e023..87d68111 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.12" python: install: From 3ba0ce96a0618a2b8916bbd08897eeb703f82636 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sat, 15 Feb 2025 23:33:41 +0100 Subject: [PATCH 2/2] use the latest image for ubuntu --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 87d68111..531f20c1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,7 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3.12"