We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f7e78 commit af3dbfaCopy full SHA for af3dbfa
1 file changed
pyproject.toml
@@ -20,9 +20,13 @@ classifiers = [
20
"Programming Language :: Rust",
21
"Programming Language :: Python :: Implementation :: CPython",
22
"Programming Language :: Python :: Implementation :: PyPy",
23
+ "Programming Language :: Python :: 3.8",
24
+ "Programming Language :: Python :: 3.9",
25
+ "Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
"Typing :: Stubs Only"
31
]
32
dynamic = ["version"]
0 commit comments