From ebcca41e99f8a1525657749a66c5362942c6bdb1 Mon Sep 17 00:00:00 2001 From: Miguel Ballesteros Date: Wed, 6 Nov 2024 12:24:54 -0500 Subject: [PATCH] Updated readthedocs build config to Python 3.12 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1cae6b2..be327b2 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-22.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.12.4" # Build documentation in the docs/ directory with Sphinx sphinx: