aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
258 stars 73 forks source link

Support Python 3.11 #89

Closed michael-k closed 1 year ago

michael-k commented 1 year ago

Python 3.11 has been released on 2022-10-24, see https://pythoninsider.blogspot.com/2022/10/python-3110-is-now-available.html.

Would be nice to have support for Python 3.10 (see #85) and 3.11 on AWS Lambda. At the moment there isn't a official runtime for them (see aws/aws-lambda-base-images#31 and aws/aws-lambda-base-images#62) and the rutime interface client doesn't officially support them either. :disappointed: