Skip to content

Releases: pypa/trove-classifiers

2025.9.11.17

11 Sep 17:07
48c3b32

Choose a tag to compare

Add support for Odoo 19.0 in classifiers (#225)

2025.9.9.12

09 Sep 12:23
8bec197

Choose a tag to compare

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

08 Sep 13:51
dc39dbf

Choose a tag to compare

Add `"Programming Language :: Zig"` classifier (#218)

* Add `"Programming Language :: Zig"` classifier

* Sort classifiers; fix linting error

2025.8.26.11

26 Aug 11:29
1419a17

Choose a tag to compare

Add Django 6 classifiers to trove_classifiers (#224)

2025.8.6.13

06 Aug 13:25
a764acf

Choose a tag to compare

Add classifier for CUDA 13 (#222)

Signed-off-by: Kevin Mittman <[email protected]>

2025.5.9.12

09 May 12:04
b67299d

Choose a tag to compare

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

08 May 15:54
331838a

Choose a tag to compare

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

08 May 13:02
fca1f10

Choose a tag to compare

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

07 May 19:00
38454c0

Choose a tag to compare

Add Trove classifier for Python 3.15 (#213)

2025.5.1.12

01 May 12:45
e2b922f

Choose a tag to compare

Don't assume basename of sys.executable is "python" (#212)

On Debian, it's "python3" instead.