From 69f828fb8679825d99bc40f47cad571281c3df0d Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Wed, 12 Jun 2024 10:29:21 -0700 Subject: [PATCH] update readthedocs python version --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 148f5f39..ced4a533 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,6 +10,6 @@ sphinx: configuration: docs/conf.py python: - version: 3.7 + version: 3.8 install: - requirements: docs/requirements.txt