From ead836e33b762a9a2f579c0285f3e0d483a5272c Mon Sep 17 00:00:00 2001 From: erexer <13180883+erexer@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:53:33 -0800 Subject: [PATCH] change docs to 3.9<=python<3.13 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00f0787..19a66ed 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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. diff --git a/setup.py b/setup.py index 3e6e0a1..43c069b 100644 --- a/setup.py +++ b/setup.py @@ -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": [