Drop Python 3.10 support#485
Open
jhale wants to merge 1 commit into
Open
Conversation
connorjward
reviewed
May 21, 2026
| license = "LGPL-3.0-or-later" | ||
| license-files = ["COPYING*"] | ||
| requires-python = ">=3.10.0" | ||
| requires-python = ">=3.11" |
Contributor
There was a problem hiding this comment.
I understand the desire to stop testing 3.10 but does this line really need changing? You aren't introducing 3.10 incompatible changes here.
Member
Author
There was a problem hiding this comment.
Well, if it's not tested, it "doesn't work" :)
That aside, my view is it's better to signal modernised language/library support to developers.
Contributor
There was a problem hiding this comment.
I totally understand your point of view. I just don't want to cause unnecessary churn for users.
Ultimately I don't really mind. If you feel like dropping 3.10 then that's no problem.
And now that we have our joint release strategy this won't hit our users until October when 3.10 is definitely end of life.
connorjward
approved these changes
May 21, 2026
mscroggs
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python 3.10 moves out of security updates at the end of summer.