-
Notifications
You must be signed in to change notification settings - Fork 57
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.12-3.13 and drop EOL 3.7 #372
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #372 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 116 113 -3
Branches 19 18 -1
=========================================
- Hits 116 113 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Updated to add support for the Python 3.13 release candidate! 🚀 The Release Manager has issued a call to action:
Also update Twine to fix the CI. PS I usually close PRs when they're one year old, this is now 11 months old. Please let me know if you need more time or there's something else to do here. Thanks! |
@webknjaz Any updates on this? Please also see this issue about droping Python 3.8 support: |
Closing this year old PR, but happy to re-open if there's interest. |
There is interest but someone with commit permissions/rights has to review and merge if acceptable to them, or create a fork? 😕 |
I've unsubscribed from the repo as I think we'll just archive this project soon, as the code has been upstreamed to asyncio.timeout() and I see little reason to continue it's development here. Once Python 3.10 is no longer supported, we'll probably kill it officially, until then it's basically hanging around in case of security issues etc. that could need fixing. We've already dropped it in all our other projects, which you can do too using the same approach: |
Have updated the README to make this clear and provide those migration instructions. |
What do these changes do?
The Python 3.12 release candidate is out! 🚀
See also https://dev.to/hugovk/help-test-python-312-beta-1508/
Also drop EOL Python 3.7.
Are there changes in behavior for the user?
No.
Related issue number
n/a
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.