chore: incorrect classifier usage#2101
Closed
henryiii wants to merge 1 commit intocoveragepy:mainfrom
Closed
Conversation
272e1a4 to
4734f53
Compare
The Development Status classifier is _not_ a proxy for the version status. It's an indicator for how stable the _project as a whole_ is. That's why the don't match dev/alpha/beta/rc/final/post, but instead have things like 6 - Mature and 7 - Inactive. Coverage is a 5 - Production / Stable. It is, as a project, Production / Stable even in development and beta releases. The dev release tells you it's a dev release (of a stable project). Signed-off-by: Henry Schreiner <[email protected]>
4734f53 to
5503428
Compare
nedbat
added a commit
that referenced
this pull request
Dec 4, 2025
nedbat
added a commit
that referenced
this pull request
Dec 4, 2025
Member
|
Thanks for pointing this out. I've added this to the much larger re-working of setup.py that I'm doing on a branch now. |
nedbat
added a commit
that referenced
this pull request
Dec 4, 2025
Member
|
This is fixed in commit da833a1 |
Member
|
This is now released as part of coverage 7.13.0. |
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.
The Development Status classifier is not a proxy for the version status. It's an indicator for how stable the project as a whole is. That's why the don't match dev/alpha/beta/rc/final/post, but instead have things like 6 - Mature and 7 - Inactive. Coverage is a 5 - Production / Stable. It is, as a project, Production / Stable even in development and beta releases. The dev release version tells you it's a dev release (of a stable project), not the classifier.