From 970c54c877c685eef9baa95ecd68868ce47d202a Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 12 Jun 2024 09:57:44 -0400 Subject: [PATCH] docs: Sync readthedocs python version with tox.ini --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d9b6cb21..aff82f8b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" sphinx: configuration: docs/conf.py