Skip to content

Commit

Permalink
Update requirement to Python 3.7+ (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 30, 2021
1 parent b94744f commit 8cc5bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def collectExtraFiles():
url="https://github.com/terrapower/armi/",
license="Apache 2.0",
long_description=README,
python_requres=">=3.6",
python_requires=">=3.7",
packages=find_packages(),
package_data={"armi": ["resources/*", "resources/**/*"] + EXTRA_FILES},
entry_points={"console_scripts": ["armi = armi.__main__:main"]},
Expand Down

0 comments on commit 8cc5bce

Please sign in to comment.