Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official support for Python 3.11 and Python 3.12? #317

Closed
bartelemi opened this issue Feb 18, 2024 · 2 comments · Fixed by #327
Closed

Official support for Python 3.11 and Python 3.12? #317

bartelemi opened this issue Feb 18, 2024 · 2 comments · Fixed by #327

Comments

@bartelemi
Copy link

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.

@25thbamofthetower
Copy link

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.

@Kludex
Copy link
Owner

Kludex commented Sep 20, 2024

Added explicit support to Python 3.13. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants