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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: