Skip to content

Commit 6f23a96

Browse files
committed
add trove classifiers
1 parent c18ebaa commit 6f23a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"License :: OSI Approved :: Apache Software License",
2424
"Programming Language :: Python :: Implementation :: CPython",
2525
"Programming Language :: Python :: Implementation :: PyPy",
26+
"Programming Language :: Python :: Free Threading :: 3 - Stable",
2627
"Programming Language :: Python :: 3",
2728
"Programming Language :: Python :: 3.7",
2829
"Programming Language :: Python :: 3.8",
@@ -31,6 +32,7 @@ classifiers = [
3132
"Programming Language :: Python :: 3.11",
3233
"Programming Language :: Python :: 3.12",
3334
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3436
]
3537
requires-python = ">=3.7"
3638
dependencies = [

0 commit comments

Comments
 (0)