| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧Release
Other
🤖 This preview updates automatically when you update the PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
huey has moved from version-specific classifiers like "Programming Language :: Python :: 3.13" to just "Programming Language :: Python :: 3". We use specific classifiers to figure out the concrete Python versions the package supports, and ignore the global ones, which made toxgen report that the latest huey release had no supported Python versions.
Changing this so that if there are no specific classifiers and no requires_python, we also check for the global "Programming Language :: Python :: 3" classifier and assume the package supports all Python 3 versions in that case. In case that's not true, we fine-tune the Python versions to use via the config.