Skip to content

Commit

Permalink
Set minimum Python version to 3.8
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
rafmudaf committed Feb 28, 2023
1 parent a70d374 commit 41f2c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
URL = 'https://github.com/NREL/ROSCO'
EMAIL = '[email protected]'
AUTHOR = 'NREL, National Wind Technology Center'
REQUIRES_PYTHON = '>=3.4'
REQUIRES_PYTHON = '>=3.8'
VERSION = '2.7.0'

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

0 comments on commit 41f2c00

Please sign in to comment.