From 3bb2b3e9070e1735b3f3f077efe1f48ff1eda456 Mon Sep 17 00:00:00 2001 From: Miguel Ballesteros Date: Wed, 6 Nov 2024 12:28:52 -0500 Subject: [PATCH] Fixed Python version to 3.12 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index be327b2..3606b11 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-24.04 tools: - python: "3.12.4" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: