-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add support for Python 3.11 #977
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be great to support 3.11
Looks like we will need to also update botocore to at least 1.29.13 to remove new DeprecationWarning.
|
@hugovk we've finally bumped, could you merge/re-base and set to 2.5.1? |
Rebased! |
sorry for the delay! I added this in the last release but will add these enhancements |
bit rot! |
@hugovk it doesn't like something about |
ooo, because this is a development version now |
Codecov Report
@@ Coverage Diff @@
## master #977 +/- ##
==========================================
- Coverage 86.25% 86.20% -0.06%
==========================================
Files 58 58
Lines 5735 5735
==========================================
- Hits 4947 4944 -3
- Misses 788 791 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description of Change
Python 3.11 was released on 2022-10-24.
Add 3.11 to CI and Trove classifiers. Also bump GitHub Actions and drop the dot in py.test.
Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions