From 9b7633c01d6a7f3db8938fc2676785552d5dd232 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Mon, 3 Jun 2024 22:54:02 -0700 Subject: [PATCH] [CI] Use Python 3.10 to build docs (#10383) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fb7c8dbe6..e7fa372d8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ submodules: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" apt_packages: - graphviz - cmake