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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: