From 763da8e0ac1ee4405116dbf23156c19ff7dee81c Mon Sep 17 00:00:00 2001 From: Joseph Gardner Date: Wed, 6 Dec 2023 15:49:35 -0500 Subject: [PATCH] fix(docs): pin python to 3.11 (#1197) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3733830a..91d215e6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ mkdocs: build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" python: install: