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
Hi @jagadeesh32, PR #1292 added support for Py3.12, so the next version of Zappa we release will include this support.
If necessary, you can also install Zappa directly from our master branch (or from the specific commit that added Py3.12 support: 77689e2) in the interim before we publish our next release to obtain Py3.12 support immediately. For example, with pip:
# Install from branch name
pip install git+https://github.com/zappa/Zappa.git@master
# Install from commit hash
pip install git+https://github.com/zappa/Zappa.git@77689e2a992f19f70c1372c3a48f930e45337431
Hello, Can you please tell, when will expect zappa support with python 3.12?
The text was updated successfully, but these errors were encountered: