Skip to content

feat: support Python 3.10 through 3.14#10

Merged
shjellvik merged 1 commit into
mainfrom
document-python-version-support
Jun 24, 2026
Merged

feat: support Python 3.10 through 3.14#10
shjellvik merged 1 commit into
mainfrom
document-python-version-support

Conversation

@shjellvik

Copy link
Copy Markdown
Collaborator

Summary

Follow-up to #9. The classifier and CI matrix for Python 3.14 landed there, but the squash-merge commit subject (Expand Python version coverage to 3.10–3.14 (#9)) was not a valid Conventional Commit, so release-please could not parse it and skipped creating a release PR:

❯ commit could not be parsed: Expand Python version coverage to 3.10–3.14 (#9)
❯ error: unexpected token ' ' at 1:7, valid tokens [(, !, :]
✔ No commits for path: ., skipping

(The lint-pr check only validates the PR title; since #9 had a single commit, GitHub's squash used that commit's non-conventional subject as the merge message.)

This PR lands a parseable feat: commit so release-please picks up the broadened Python support and opens the release PR (0.5.0 → 0.6.0).

Changes

  • Document the supported interpreter range (Python 3.10–3.14) in the README Install section.

Note

Recommend enabling Settings → "Default to PR title for squash merge commits" so a corrected PR title always becomes the merge message and this can't recur.

Document the supported interpreter range in the README. The classifier
and CI matrix for Python 3.14 landed in #9, but its squash-merge commit
subject was not a valid Conventional Commit, so release-please could not
parse it and skipped the release. This commit lands a parseable feat so
the broadened Python support is captured in a release.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@shjellvik shjellvik requested a review from a team as a code owner June 24, 2026 12:08
@shjellvik shjellvik merged commit ae14271 into main Jun 24, 2026
11 checks passed
@shjellvik shjellvik deleted the document-python-version-support branch June 24, 2026 12:12
@github-actions github-actions Bot mentioned this pull request Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants