Skip to content

Commit bff37ae

Browse files
authored
Add trove classifier for GraalPython
GraalPython is an up-an-coming JIT-based implementation atop the Graal VM.
1 parent 4e5d35f commit bff37ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trove_classifiers/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@
525525
"Programming Language :: Python :: 3.14",
526526
"Programming Language :: Python :: Implementation",
527527
"Programming Language :: Python :: Implementation :: CPython",
528+
"Programming Language :: Python :: Implementation :: GraalPy",
528529
"Programming Language :: Python :: Implementation :: IronPython",
529530
"Programming Language :: Python :: Implementation :: Jython",
530531
"Programming Language :: Python :: Implementation :: MicroPython",

0 commit comments

Comments
 (0)