Skip to content

Commit c89e1aa

Browse files
committed
update mentions of py3.7
1 parent cec1f70 commit c89e1aa

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ For Linux:
8181
Step 2: Download Miniconda
8282
----------------------------
8383

84-
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.
84+
For this tutorial, you will need to download and install Miniconda.
8685

8786
Please use the appropriate link below to download Miniconda for your operating
8887
system.
@@ -230,7 +229,7 @@ Follow the instructions below to create the tutorial_2019 environment.
230229

231230
Type or copy this command in to your command terminal::
232231
233-
conda create -n tutorial_2019 python=3.7 matplotlib cartopy netcdf4 jupyter git ffmpeg wrf-python
232+
conda create -n tutorial_2019 python=3.11 matplotlib cartopy netcdf4 jupyter git ffmpeg wrf-python
234233
235234
Type "y" when prompted. It will take several minutes to install everything.
236235

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',
99+
python_requires='>=3.9',
100100
install_requires=requirements,
101101
classifiers=["Development Status :: 5 - Production/Stable",
102102
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)