mangum icon indicating copy to clipboard operation
mangum copied to clipboard

Official support for Python 3.11 and Python 3.12?

Open bartelemi opened this issue 1 year ago • 1 comments

AWS Lambda officially supports Python 3.11 and Python 3.12.

Would it be possible to test this library against those 2 new versions of Python? From the setup.py it looks like there is no constraint preventing us from using it with runtimes higher than 3.10, however it's not tested.

bartelemi avatar Feb 18 '24 14:02 bartelemi

The tests are failing in the Github actions because of 3.7 and the linting steps. I forked and added 3.11 and 3.12 to the test.yml, and commented out the previous two, and they passed.

25thbamofthetower avatar May 04 '24 21:05 25thbamofthetower