We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18ebaa commit 6f23a96Copy full SHA for 6f23a96
pyproject.toml
@@ -23,6 +23,7 @@ classifiers = [
23
"License :: OSI Approved :: Apache Software License",
24
"Programming Language :: Python :: Implementation :: CPython",
25
"Programming Language :: Python :: Implementation :: PyPy",
26
+ "Programming Language :: Python :: Free Threading :: 3 - Stable",
27
"Programming Language :: Python :: 3",
28
"Programming Language :: Python :: 3.7",
29
"Programming Language :: Python :: 3.8",
@@ -31,6 +32,7 @@ classifiers = [
31
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
"Programming Language :: Python :: 3.13",
35
+ "Programming Language :: Python :: 3.14",
36
]
37
requires-python = ">=3.7"
38
dependencies = [
0 commit comments