Closed jagadeesh32 closed 10 months ago
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: https://github.com/zappa/Zappa/commit/77689e2a992f19f70c1372c3a48f930e45337431) 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?