zappa / Zappa

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

Python 3.12 is not supported #1309

Closed Esty12 closed 7 months ago

Esty12 commented 8 months ago

Context

I get an error when I try to run Zappa with the Python 3.12 version. Could Zappa please be updated to support Python 3.12?

Actual Behavior

A RuntimeError occurs:

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', '3.11']

Steps to Reproduce

  1. python3 -m venv ./venv (on Python 3.12)
  2. source venv/bin/activate
  3. pip install zappa
  4. zappa update [your_environment]

Your Environment

javulticat commented 7 months ago

Duplicate of #1291