⬆️ Drop Python 3.9 & 3.10, support Python 3.14; Drop sphinx v6#250
Merged
Conversation
In preparation for supporting sphinx v9 and docutils v0.22
|
Thank you Chris, and a Happy New Year! |
This was referenced Jul 12, 2026
chrisjsewell
pushed a commit
that referenced
this pull request
Jul 12, 2026
The Codecov upload step's condition still required matrix.python-version == '3.9', which left the test matrix in #250, so coverage has been silently dead (never uploaded) since then. Re-key the condition to the py3.13 / Sphinx ~=8.0 / ubuntu-latest cell, and allow it to fire on pushes to main as well as same-repo PRs. Also: - Bump codecov/codecov-action v3 -> v5 (deprecated), renaming the `file:` input to `files:` per the v4+ API. - Add a top-level concurrency group keyed on workflow + ref with cancel-in-progress, so superseded pushes stop wasting runners. - Bump actions/checkout v4 -> v5 and actions/setup-python v5 -> v6 in all jobs.
chrisjsewell
added a commit
that referenced
this pull request
Jul 12, 2026
Coverage upload had been silently dead since #250 (condition checked for the removed Python 3.9 matrix entry). Also: codecov-action v3->v5, checkout v5, setup-python v6, concurrency group cancelling superseded runs.
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.
In preparation for supporting sphinx v9 and docutils v0.22