From df073b0a9c7496b8a98e6b044986bafc362d552b Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 31 Jul 2024 09:24:54 +0200 Subject: [PATCH] docs: Use the latest LTS of Ubuntu and Python 3.12. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57c931a..a8bf105 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: - python: "3.9" + python: "3.12" mkdocs: configuration: mkdocs.yml