From a08750cb67943b8d49322e3226e6c7f62eff07bc Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 28 Oct 2023 21:16:57 +0100 Subject: [PATCH] Build docs with Python 3.12 (#388) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 014792b..c5e6e4a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" sphinx: configuration: docs/conf.py