You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: drop Python 3.9 support for running aws-lambda-builders (#847)
* chore: drop Python 3.9 support for running aws-lambda-builders
- Update python_requires to >=3.10
- Remove Python 3.8 and 3.9 classifiers from setup.py
- Remove 3.9 from CI test matrices (unit-functional, python-pip, python-uv)
- Update black target_version to py310-py314
- Simplify requirements/dev.txt version conditionals
Note: Building Lambda functions targeting the python3.9 runtime is still
fully supported. This change only affects the minimum Python version
required to run aws-lambda-builders itself.
* black
* rm 3.9
0 commit comments