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

Bump release dependencies #374

Merged
merged 6 commits into from Nov 4, 2023
Merged

Bump release dependencies #374

merged 6 commits into from Nov 4, 2023

Conversation

twm
Copy link
Contributor

@twm twm commented Nov 3, 2023

Let's do a release!

  • Twisted 23.10.0 dropped support for Python 3.7.
  • Towncrier 23.10.0 dropped support for Python 3.7.

Fixes #364. Fixes #375.

Towncrier 23.10.0 dropped support for Python 3.7.
@twm twm force-pushed the tx-2023.9 branch 3 times, most recently from 6b3a162 to 7456e6a Compare November 3, 2023 05:32
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.
@glyph
Copy link
Member

glyph commented Nov 3, 2023

Removed the offending checks from required statuses.

(We should do a top-level catch-all treq-required like klein-required)

@twm twm marked this pull request as ready for review November 3, 2023 05:48
@twm
Copy link
Contributor Author

twm commented Nov 3, 2023

Thanks @glyph, you beat me to it!

@twm
Copy link
Contributor Author

twm commented Nov 3, 2023

And I copied a 'treq-required' from Klein. Thank you for the suggestion!

@twm twm requested a review from a team November 3, 2023 06:38
Copy link
Member

@adiroiban adiroiban left a 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

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
twm and others added 2 commits November 3, 2023 21:54
@twm twm merged commit 9e64bee into trunk Nov 4, 2023
18 checks passed
@twm twm deleted the tx-2023.9 branch November 4, 2023 05:01
@glyph
Copy link
Member

glyph commented Nov 4, 2023

@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)

@twm
Copy link
Contributor Author

twm commented Nov 4, 2023

@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

@glyph
Copy link
Member

glyph commented Nov 4, 2023

Oops! carry on, then

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

Successfully merging this pull request may close these issues.

Add support for Python 3.12 Add support for Python 3.11
3 participants