-
Notifications
You must be signed in to change notification settings - Fork 140
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
Bump release dependencies #374
Conversation
Towncrier 23.10.0 dropped support for Python 3.7.
6b3a162
to
7456e6a
Compare
Twisted 23.10.0 dropped support for Python 3.7 and added support for Python 3.12. Twisted 23.8.0 added support for Python 3.11 and drops support for PyPy <3.9. Twisted 22.10.0 is our new lower bound for twisted/twisted#11635. Python 3.11 and 3.12 now exist.
Removed the offending checks from required statuses. (We should do a top-level catch-all |
Thanks @glyph, you beat me to it! |
And I copied a 'treq-required' from Klein. Thank you for the suggestion! |
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.
Looks good. Thanks for the maintanance.
I think this is missing the news fragment to announce 3.12 support.
Feel free to add and merge.
Cheers
Co-authored-by: Adi Roiban <adiroiban@gmail.com>
@twm https://endoflife.date/python says 3.8 is still in security support for 2½ more years; I thought that was our threshold? (3.7 is dead for real) |
@glyph Yup, it was PyPy 3.8 that I deprecated. I've been removing PyPys when they disappear from https://www.pypy.org/download.html |
Oops! carry on, then |
Let's do a release!
Fixes #364. Fixes #375.