chore: bump Python matrix to 3.11 + 3.14#76
Merged
Marius1311 merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
Sync hatch-test matrix with cookiecutter-scverse v0.7.0 template: test the lowest (3.11) and highest (3.14) supported Python versions. Previously the matrix tested 3.11/3.13 stable plus 3.13 pre. Python 3.13 stable is dropped from CI — classifiers already advertise 3.11-3.14 and 3.13 is in the supported middle of the range. Update docs/contributing.md envs table and command examples to reflect the new env names (py3.11-stable / py3.14-stable / py3.14-pre). Part of #73.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage 79.95% 79.95%
=======================================
Files 15 15
Lines 1237 1237
=======================================
Hits 989 989
Misses 248 248 🚀 New features to boost your workflow:
|
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.
Sync
hatch-testmatrix with cookiecutter-scverse v0.7.0 template.Changes
pyproject.toml: matrix now tests Python 3.11 (lowest) and 3.14 (highest) stable + 3.14 pre-release. Previously: 3.11/3.13 stable + 3.13 pre.docs/contributing.md: env table and command examples updated (py3.10-stable/py3.13-stable/py3.13-pre→py3.11-stable/py3.14-stable/py3.14-pre).Classifiers already advertise 3.11–3.14, so no change there. Python 3.13 stable is dropped from CI; it sits in the supported middle of the range.
Validation
Part of #73.