Conversation
Removed Python version 3.9 from CI workflow matrix.
Removed Python 3.9 from the environment list.
hugovk
approved these changes
Nov 1, 2025
Member
Author
|
@Mariatta, can you remove 3.9 from the checks in the repo settings? |
AA-Turner
approved these changes
Dec 1, 2025
Member
cc @python/organization-owners (3.13 & 3.14 aren't required, but 3.9-3.12 are) A |
Member
|
I suggest we remove these required status checks? We're pretty good at only merging when things are green 😇 and I don't think this repo needs as strict rules as https://github.com/python/cpython. |
Member
Seconded |
Contributor
|
Done and done! |
Member
|
Thanks @ambv! A |
Member
Author
|
Thanks @ambv! While you are at it, would you mind setting merged branches to be auto-deleted? "Automatically delete head branches" at the end of https://github.com/python/blurb_it/settings#merge-button-settings |
Contributor
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.

This PR drops Python 3.9 support.
There are two reasons for this:
coveragenow requires Python 3.10 (see Bump the pip group with 3 updates #433)Previous PR here:
Before merging we also need an admin (@Mariatta?) to remove the 3.9 checks from the branch settings.