Skip to content

Commit

Permalink
Update python version in setup.py (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden authored Oct 14, 2024
1 parent a45d59d commit 21d75c3
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 @@ -27,7 +27,7 @@ def package_files(directory, prefixes, extensions):
author="Ryan Forsyth, Chris Golaz",
author_email="[email protected], [email protected]",
description="Post-processing software for E3SM",
python_requires=">=3.6",
python_requires=">=3.9",
packages=find_packages(include=["zppy", "zppy.*"]),
package_data={"": data_files},
entry_points={"console_scripts": ["zppy=zppy.__main__:main"]},
Expand Down

0 comments on commit 21d75c3

Please sign in to comment.