Releases: pypa/trove-classifiers
Releases · pypa/trove-classifiers
2025.9.11.17
Add support for Odoo 19.0 in classifiers (#225)
2025.9.9.12
Add classifier: Framework InvenTree (#223) * Add classifier: Framework InvenTree * fix style issue Co-authored-by: Dustin Ingram <[email protected]> --------- Co-authored-by: Dustin Ingram <[email protected]>
2025.9.8.13
Add `"Programming Language :: Zig"` classifier (#218) * Add `"Programming Language :: Zig"` classifier * Sort classifiers; fix linting error
2025.8.26.11
Add Django 6 classifiers to trove_classifiers (#224)
2025.8.6.13
Add classifier for CUDA 13 (#222) Signed-off-by: Kevin Mittman <[email protected]>
2025.5.9.12
Add trove classifier for GraalPython (#188) GraalPython is an up-an-coming JIT-based implementation atop the Graal VM. Co-authored-by: Dustin Ingram <[email protected]>
2025.5.8.15
feat: add free-threading classifiers (#195) * feat: add free-threading classifiers Signed-off-by: Henry Schreiner <[email protected]> * refactor: add numbers to force correct sort * Update __init__.py --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: Dustin Ingram <[email protected]>
2025.5.8.13
Add several missing languages (#215) * Add several missing languages Signed-off-by: Henry Schreiner <[email protected]> * Update src/trove_classifiers/__init__.py --------- Signed-off-by: Henry Schreiner <[email protected]>
2025.5.7.19
Add Trove classifier for Python 3.15 (#213)
2025.5.1.12
Don't assume basename of sys.executable is "python" (#212) On Debian, it's "python3" instead.