Skip to content

Commit

Permalink
Merge pull request #35 from nasa/harmony-1568-2
Browse files Browse the repository at this point in the history
HARMONY-1568: Update required python version
  • Loading branch information
vinnyinverso authored Aug 30, 2023
2 parents 46e8e75 + abd66ab commit 93b7127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ OPTIONAL -- Use with CAUTION:
## Development Setup

Prerequisites:
- Python 3.7+, ideally installed via a virtual environment
- Python 3.8+, ideally installed via a virtual environment
- A local copy of the code

Install dependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_version():
# 'dev': DEV_DEPENDENCIES
# },
test_suite="tests",
python_requires=">=3.7",
python_requires=">=3.8",
# license and classifier list:
# https://pypi.org/pypi?%3Aaction=list_classifiers
license="License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 93b7127

Please sign in to comment.