From e1c6b20d315edb46c059d1f068d7fcb5a579679d Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 10 Sep 2024 18:29:44 -0300 Subject: [PATCH] bump readthedocs to python 3.12 and ubuntu 24.04 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 86190c1..1a7c097 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,9 +2,9 @@ version: 2 formats: all build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: '3.11' + python: '3.12' jobs: post_create_environment: - pip install poetry