From 81a2f82c4c1842e93d9e39362137d230f101eb57 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:30:10 -0400 Subject: [PATCH] docs: Use Python 3.11 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5d76b98e..7f84a76c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.11" python: install: - requirements: docs/requirements.txt