@@ -8,7 +8,7 @@ Installation
88======================================
99.. include :: <isonum.txt>
1010
11- WNTR requires 64-bit Python (tested on versions 3.9 , 3.10 , 3.11 , and 3.12 ) along with several
11+ WNTR requires 64-bit Python (tested on versions 3.10 , 3.11 , 3.12 , and 3.13 ) along with several
1212Python package dependencies.
1313See :ref: `requirements ` for more information.
1414WNTR can be installed as a Python package as briefly described below.
@@ -59,7 +59,7 @@ Step 1: Setup the Python environment
5959^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6060
6161 Python can be installed on Windows, Linux, and Mac OS X operating systems.
62- WNTR requires 64-bit Python (tested on versions 3.9 , 3.10 , 3.11 , and 3.12 ) along with several Python package dependencies.
62+ WNTR requires 64-bit Python (tested on versions 3.10 , 3.11 , 3.12 , and 3.13 ) along with several Python package dependencies.
6363 Python distributions, such as Anaconda, are recommended to manage
6464 the Python environment. Anaconda can be downloaded from https://www.anaconda.com/products/individual.
6565 Additional instructions for setting up a Python environment independent of Anaconda are available at https://docs.python.org/.
@@ -255,7 +255,7 @@ To test WNTR, developers can run software tests locally using the following comm
255255Requirements
256256-------------
257257
258- Requirements for WNTR include 64-bit Python (tested on versions 3.9 , 3.10 , 3.11 , and 3.12 ) along with several Python packages.
258+ Requirements for WNTR include 64-bit Python (tested on versions 3.10 , 3.11 , 3.12 , and 3.13 ) along with several Python packages.
259259Users should have experience using Python (https://www.python.org/), including the installation of additional Python packages.
260260
261261**The following Python packages are required **:
0 commit comments