From 42847b5d365bac7f9122df01f5fd097969072628 Mon Sep 17 00:00:00 2001 From: Katherine Klise Date: Sat, 18 Nov 2023 12:10:33 -0800 Subject: [PATCH] minor update --- documentation/installation.rst | 2 +- readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/installation.rst b/documentation/installation.rst index c497159..b8cb540 100644 --- a/documentation/installation.rst +++ b/documentation/installation.rst @@ -5,7 +5,7 @@ Installation ====================================== -Chama requires Python (tested on 3.7, 3.8, and 3.9) along with several Python package dependencies. +Chama requires Python (tested on 3.7-3.11) along with several Python package dependencies. Information on installing and using Python can be found at https://www.python.org/. Python distributions, such as Anaconda, are recommended to manage the Python interface. diff --git a/readthedocs.yml b/readthedocs.yml index 1e9ad4d..1060976 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,5 @@ conda: file: documentation/environment.yml python: - version: 3.8 + version: 3.9 setup_py_install: true \ No newline at end of file