Skip to content

chore: declare Python 3.13 and 3.14 classifiers - #606

Merged
tschm merged 1 commit into
mainfrom
classifiers-py313-py314
Sep 2, 2026
Merged

chore: declare Python 3.13 and 3.14 classifiers#606
tschm merged 1 commit into
mainfrom
classifiers-py313-py314

Conversation

@tschm

@tschm tschm commented Sep 2, 2026

Copy link
Copy Markdown
Member

Summary

Adds Programming Language :: Python :: 3.13 and :: 3.14 to the trove
classifiers in pyproject.toml. requires-python is already >=3.11, so both
versions were supported but undeclared.

Notes

The working-tree change also carried a stray leading apostrophe on the
[project] table header ('[project]), which made the file invalid TOML. That
was corrected before committing — the diff here is classifiers only.

Testing

  • make fmt — full pre-commit suite passes (including check toml, Validate pyproject.toml, Check Python version consistency)
  • make test — 88 passed, 100% coverage gate met

🤖 Generated with Claude Code

requires-python is already >=3.11, so both versions were supported but
undeclared in the trove classifiers.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tschm
tschm merged commit d86b6c7 into main Sep 2, 2026
57 checks passed
@tschm
tschm deleted the classifiers-py313-py314 branch September 2, 2026 10:58
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.

1 participant