Skip to content

Commit 331838a

Browse files
henryiiidi
andauthored
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]>
1 parent 00f8496 commit 331838a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/trove_classifiers/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,11 @@
530530
"Programming Language :: Python :: 3.13",
531531
"Programming Language :: Python :: 3.14",
532532
"Programming Language :: Python :: 3.15",
533+
"Programming Language :: Python :: Free Threading",
534+
"Programming Language :: Python :: Free Threading :: 1 - Unstable",
535+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
536+
"Programming Language :: Python :: Free Threading :: 3 - Stable",
537+
"Programming Language :: Python :: Free Threading :: 4 - Resilient",
533538
"Programming Language :: Python :: Implementation",
534539
"Programming Language :: Python :: Implementation :: CPython",
535540
"Programming Language :: Python :: Implementation :: IronPython",

0 commit comments

Comments
 (0)