Skip to content

Releases: pypa/trove-classifiers

2026.1.14.14

14 Jan 14:54
05cc151

Choose a tag to compare

Update __init__.py to add Cygwin as a classifier (#232)

Add "Environment :: Cygwin (MS Windows)" as a classifier as some modules, such as mine, work on Windows but only via the Cygwin POSIX layer (www.cygwin.com)

2026.1.12.15

12 Jan 15:14
b0c2d58

Choose a tag to compare

Add support for Django CMS 5.1 (#231)

2025.12.1.14

01 Dec 14:46
acd10ae

Choose a tag to compare

- add classifier for Zope 6 (#229)

2025.11.14.15

14 Nov 15:22
116f1cb

Choose a tag to compare

Added Topic :: Scientific/Engineering :: Instrument Drivers :: IVI Co…

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 <di@users.noreply.github.com>

---------

Co-authored-by: Dustin Ingram <di@users.noreply.github.com>

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 <kmittman@nvidia.com>

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 <di@users.noreply.github.com>