From b70486e357cfa66e2e734d7b625ac92ccde54f12 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Sat, 9 Sep 2023 11:37:29 -0400 Subject: [PATCH] Bump RTD Python version from 3.8 to 3.11 Recent ReadTheDocs builds have been failing as our documentation dependencies (notably Sphinx) require Python 3.9+. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fff2d6ed341..fa612668850 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ formats: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" python: install: