Skip to content

Commit

Permalink
change docs to 3.9<=python<3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Nov 12, 2024
1 parent 189b4f8 commit ead836e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For a quick start, check out the [Jupyter notebook tutorial](https://github.com/

## getting started

Ensure you have Python >= 3.8 available (consider using a [virtual environment](https://github.com/pyenv/pyenv), see the docs [here](https://mosartwmpy.readthedocs.io/en/latest/virtualenv.html) for a brief tutorial), then install `mosartwmpy` with:
Ensure you have Python v3.9 - v3.12 (consider using a [virtual environment](https://github.com/pyenv/pyenv), see the docs [here](https://mosartwmpy.readthedocs.io/en/latest/virtualenv.html) for a brief tutorial), then install `mosartwmpy` with:
```shell
pip install mosartwmpy
```
Expand Down Expand Up @@ -137,7 +137,7 @@ Seattle:
> ```
By default, the output files will still store empty NaN-like values for grid cells outside the subdomain, but
for even faster simulations and smaller output files set the `grid -> unmask_output` option to `false`. Disabling
for even faster simulations and smaller output files set the `grid -> unmask_output` option to `false`. Disabling
this option causes the output files to only store values for grid cells within the subdomain. These smaller files
will likely take extra processing to effectively interoperate with other models.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readme():
description="Python implementation of MOSART-WM: A water routing and management model",
long_description=readme(),
long_description_content_type="text/markdown",
python_requires=">=3.9,<4.0",
python_requires=">=3.9,<3.13",
include_package_data=True,
entry_points={
"console_scripts": [
Expand Down

0 comments on commit ead836e

Please sign in to comment.