From 285aaa6e0966bdd6f8d51e0c8f363cd6ec687ac4 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 1 Oct 2024 09:17:15 -0400 Subject: [PATCH] docs: Update the docs to build on the latest python version. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 56d794e3567c..548ea72b3e17 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.12" sphinx: configuration: docs/conf.py