From e53a6b3e40aa3e3c0a8a65e7bf9425e3f4e53d09 Mon Sep 17 00:00:00 2001 From: Yifan Mai Date: Tue, 10 Sep 2024 14:13:37 -0700 Subject: [PATCH] Use Python 3.9 for Read The Docs build (#2985) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9df2be84bab..a47f3c574f4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,7 @@ mkdocs: build: os: "ubuntu-20.04" tools: - python: "3.8" + python: "3.9" python: install: