Skip to content

Commit

Permalink
Specify python minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Dec 12, 2024
1 parent ddab36c commit cc34dc8
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 @@
author_email='sean.colby@pnnl.gov',
license=license,
packages=pkgs,
python_requires="==3.9.*",
python_requires=">=3.9",
install_requires=install_requires,
classifiers=[
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit cc34dc8

Please sign in to comment.