Skip to content

Commit

Permalink
Fix line that was missed when dropping Py3.7 support (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
javulticat authored Jan 19, 2024
1 parent 77689e2 commit 57d2672
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 @@ -23,7 +23,7 @@
version=__version__,
packages=["zappa"],
install_requires=required,
python_requires=">=3.7",
python_requires=">=3.8",
tests_require=test_required,
include_package_data=True,
license="MIT License",
Expand Down

0 comments on commit 57d2672

Please sign in to comment.