Skip to content

Commit

Permalink
✨ add python_requires to setup().
Browse files Browse the repository at this point in the history
  • Loading branch information
monkut committed Jul 16, 2022
1 parent 22f62e2 commit a0ec85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.55.1

* Add python_requires to setup.py (#1111)
* Remove python 3.6 support (#1151)
* Update handler to be global if INSTANTIATE_LAMBDA_HANDLER_ON_IMPORT=True (#1096)
* Fix async invocation in Python 3 (#1006)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
version=__version__,
packages=["zappa"],
install_requires=required,
python_requires=">=3.7, <3.10",
tests_require=test_required,
test_suite="nose.collector",
include_package_data=True,
Expand Down

0 comments on commit a0ec85a

Please sign in to comment.