zappa / Zappa

Serverless Python
https://zappa.ws/zappa
MIT License
3.31k stars 363 forks source link

Python3.12 is not supported #1310

Closed Krata4 closed 7 months ago

Krata4 commented 8 months ago

Context

When I am tring to use Zappa with python3.12 I am getting error: RuntimeError: This version of Python (3.12) is not supported! Zappa (and AWS Lambda) support the following versions of Python: ['3.7', '3.8', '3.9', '3.10', '3.11']

Expected Behavior

based on documentation python3.12 should be supported

Actual Behavior

python3.12 is not supported

javulticat commented 7 months ago

Duplicate of #1291