From a49df3b053355d18e4389c03cef18c9439a51e19 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Wed, 16 Oct 2024 13:29:40 +0200 Subject: [PATCH] .readthedocs.yml: Updates to Python 3.13 --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ce97097..a9dde07 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,9 +3,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.12" + python: "3.13" formats: all