From 272e97ef8339af2802e4601069ba0ef3e37ba784 Mon Sep 17 00:00:00 2001 From: Nitin Madnani Date: Thu, 8 Dec 2022 14:32:44 -0500 Subject: [PATCH] Update RTD yaml to drop Python 3.7. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index edfe1b46c..7d80ee510 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: "3.8" install: - requirements: doc/requirements.txt system_packages: true