Skip to content

Commit

Permalink
3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Dec 20, 2023
1 parent 08aff6b commit 04a0a88
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 @@ -69,7 +69,7 @@ def get_requirements(requirements_filename: str):
"Programming Language :: Python :: 3",
"Operating System :: OS Independent"
],
python_requires='>=3.8',
python_requires='>=3.7',
install_requires=get_requirements("requirements.txt"),
extras_require={"gradio": get_requirements("gradio.txt"), "web_sat": get_requirements("web_sat.txt")},
entry_points={
Expand Down

0 comments on commit 04a0a88

Please sign in to comment.