Closed browniebroke closed 2 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@a14f81d
). Learn more about missing BASE report.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We missed adding the trove classifier for Django 5, that exists for prior releases. I've issued a PR: https://github.com/pypa/trove-classifiers/compare/main...FlipperPA:trove-classifiers:patch-2
They're normally pretty fast!
I thought that was done on purpose, Django doesn't strictly follows semver, and there might be some breaking changes in minor releases. A package running in version X.Y is not guaranteed to work with X.Y+1
Since before my time, Django has always had trove classifiers for major versions (you can see they exist for version 1, 2, 3, and 4). Breaking changes in minor releases are fairly rare in packages, and I think have the major release classifiers allows for a bit less churn in packages, just to update their classifiers. Maybe that has changed, but I didn't see any discussion - I guess we'll see if there's any comment on the PR. 😄
Getting an error when trying to upload as it stands:
Looks like we need to specify the major and minor versions now: https://pypi.org/classifiers/