Skip to content

Remove individual Python versions from Trove classifiers - #1105

Open
mhucka wants to merge 2 commits into
quantumlib:mainfrom
mhucka:update-trove-classifiers
Open

Remove individual Python versions from Trove classifiers#1105
mhucka wants to merge 2 commits into
quantumlib:mainfrom
mhucka:update-trove-classifiers

Conversation

@mhucka

@mhucka mhucka commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Recent experience with releasing an update for Python 3.14 made it clear that listing specific versions in the Trove classifiers is not wise. Not only is a maintenance burden and prone to being out of date with respect to the versions of Python supported by a release: it is also unlikely to be very useful for human searchers anyway. Let's just do away with them and simply list Python 3, not also Python 3.10, etc., for every version supported.

Recent experience with releasing an update for Python 3.14 made it clear
that listing specific versions in the Trove classifiers is not wise. Not
only is a maintenance burden and prone to being out of date with respect
to the versions of Python supported by a release: it is also unlikely to
be very useful for human searchers anyway. Let's just do away with them
and simply list Python 3, not also Python 3.10, etc., for every version
supported.
@github-actions github-actions Bot added the size: XS <10 lines changed label Sep 1, 2026
@mhucka
mhucka marked this pull request as ready for review September 1, 2026 02:49

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request simplifies the classifiers in pyproject.toml by removing the specific Python 3 minor version classifiers (3.10 through 3.14) and keeping only the generic 'Programming Language :: Python :: 3' classifier. There are no review comments, and I have no feedback to provide.

@mhucka
mhucka enabled auto-merge September 1, 2026 03:14
@mhucka
mhucka disabled auto-merge September 1, 2026 03:24
@mhucka mhucka changed the title Remove specific Python versions from Trove classifiers Remove individual Python versions from Trove classifiers Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: XS <10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant