Skip to content

Commit a9c3170

Browse files
authored
Merge pull request #236 from mathause/update_py37
update mentions of py3.7
2 parents 8eaf77b + e34189e commit a9c3170

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44
Required Dependencies
55
----------------------
66

7-
- Python 2.7, 3.4, or 3.5+
7+
- Python 3.9+
88
- numpy (1.11 or later; 1.14 required to build on Windows)
99
- wrapt (1.10 or later)
1010
- setuptools (38.0 or later)

doc/source/tutorials/wrf_workshop_2019.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Step 2: Download Miniconda
8282
----------------------------
8383

8484
For this tutorial, you will need to download and install Miniconda. We are
85-
going to use Python 3.7, but it will also work with Python 2.7.
85+
going to use Python 3.7, but it will also work with Python 2.7.
8686

8787
Please use the appropriate link below to download Miniconda for your operating
8888
system.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"plotting", "plots", "meteorology", "nwp",
9797
"numerical weather prediction", "diagnostic",
9898
"science", "numpy"],
99-
python_requires='>=3.7, <3.12',
99+
python_requires='>=3.9, <3.12',
100100
install_requires=requirements,
101101
classifiers=["Development Status :: 5 - Production/Stable",
102102
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)