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
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