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 c454087 commit 3a8a943Copy full SHA for 3a8a943
ua-parser-py/pyproject.toml
@@ -13,9 +13,10 @@ classifiers = [
13
"Programming Language :: Python :: 3.10",
14
"Programming Language :: Python :: 3.11",
15
"Programming Language :: Python :: 3.12",
16
+ "Programming Language :: Python :: 3.13",
17
"Programming Language :: Python :: Implementation :: CPython",
18
"Programming Language :: Python :: Implementation :: PyPy",
- # "Programming Language :: Python :: Implementation :: GraalPy",
19
+ "Programming Language :: Python :: Implementation :: GraalPy",
20
"License :: OSI Approved :: Apache Software License",
21
]
22
dynamic = ["version", "license", "urls"]
0 commit comments