From fb076c88614d08432c36a3772f91f06c31a2d3c5 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Fri, 27 Sep 2024 12:22:25 -0500 Subject: [PATCH] Fixup: drop 3.8 in rtd too --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ab8821a05..9e4c23557 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" python: install: - requirements: docs/requirements.txt