ci: add Python 3.14 to test matrix and sync version metadata#22
Merged
Conversation
- Add '3.14' to the test matrices in ci.yml and release.yml - Update classifiers.txt to list 3.10-3.14 (drop stale 3.5-3.7) - Update Python version range in docs/release.rst Refs #20
Move the classifiers into [project].classifiers so they ship in the published package metadata, and drop the unused classifiers.txt. Closes #21
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.
Closes #20.
Closes #21.
Adds Python 3.14 to the CI and release test matrices, brings version metadata in sync, and ships the trove classifiers in the published package.
.github/workflows/ci.yml,.github/workflows/release.yml: add'3.14'to the test matrix.pyproject.toml: define[project].classifiers(Python 3.10 to 3.14) so they ship in the package metadata.classifiers.txt: removed, it was not read by the build.docs/release.rst: update the tested version range.CHANGELOG.rst: new file, with an Unreleased entry for these changes.Verified locally:
uv buildproduces a wheel whose METADATA carries the classifiers, and the suite passes on the available interpreter.