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 53d43bb commit f3b090fCopy full SHA for f3b090f
1 file changed
pyproject.toml
@@ -31,6 +31,10 @@ maintainers = [
31
license = { text = 'LGPL-3.0-only' }
32
33
classifiers = [
34
+ "Development Status :: 5 - Production/Stable",
35
+ "Topic :: Scientific/Engineering :: Visualization",
36
+ "Topic :: Scientific/Engineering :: GIS",
37
+ "Topic :: Scientific/Engineering",
38
"Intended Audience :: Developers",
39
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
40
"Operating System :: OS Independent",
@@ -39,6 +43,8 @@ classifiers = [
43
"Programming Language :: Python :: 3 :: Only",
44
"Programming Language :: Python :: 3.9",
41
45
"Programming Language :: Python :: 3.10",
46
+ "Programming Language :: Python :: 3.11",
47
+ "Programming Language :: Python :: 3.12",
42
48
"Typing :: Typed",
49
]
50
0 commit comments