From 41b1497ff477297b1f97ee4b48e6da7edd09fb83 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 7 Nov 2023 21:52:00 -0600 Subject: [PATCH] chore: use Python 3.7 for Read The Docs --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 760a6cd..01a1aa9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-20.04 tools: - python: "3.8" + python: "3.7" sphinx: configuration: docs/conf.py