Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Newest Manylinux Version for dependencies (#1083)
* Support Newest Manylinux Version for dependencies Zappa was hard coded to only allow Manylinux 1, 2010, and 2014. Manylinux 2_24 is getting more traction, so dependencies are becoming incompatible with Zappa over time. More information on new Manylinux versions can be found here - https://github.com/pypa/manylinux An important example is Cryptography, where version 3.4.7 is the last one to support old-format linux wheels. https://pypi.org/project/cryptography/3.4.7/#files vs newest: https://pypi.org/project/cryptography/#files Tested on my env to make sure that manylinux 2_24 wheels would work without issue in Lambda * Update core.py Co-authored-by: hellno <[email protected]>
- Loading branch information