From 4ed630c92f71bdbeba859e8f5ce66913e9085abe Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Fri, 14 Jun 2024 23:55:32 -0400 Subject: [PATCH] Update python version to 3.9. --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c9c187a..99462c2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,6 +18,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 - # install: - # - requirements: requirements.txt \ No newline at end of file + version: 3.9 + install: + - requirements: requirements.txt