Skip to content

Commit 41f2c00

Browse files
committed
Set minimum Python version to 3.8
The Numpy version is pinned to 1.22 in the conda-forge configuration. This version of Numpy requires at least Python 3.8 per the Numpy docs (https://numpy.org/devdocs/release/1.22.0-notes.html#python-3-7-is-no-longer-supported).
1 parent a70d374 commit 41f2c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
URL = 'https://github.com/NREL/ROSCO'
3636
EMAIL = 'daniel.zalkind@nrel.gov'
3737
AUTHOR = 'NREL, National Wind Technology Center'
38-
REQUIRES_PYTHON = '>=3.4'
38+
REQUIRES_PYTHON = '>=3.8'
3939
VERSION = '2.7.0'
4040

4141
# These packages are required for all of the code to be executed.

0 commit comments

Comments
 (0)