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 58725f9 commit 1ba59a9Copy full SHA for 1ba59a9
pyproject.toml
@@ -22,6 +22,12 @@ classifiers = [
22
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
23
"Topic :: Internet :: WWW/HTTP :: WSGI",
24
"Programming Language :: Python :: 3",
25
+ 'Programming Language :: Python :: 3.8',
26
+ 'Programming Language :: Python :: 3.9',
27
+ 'Programming Language :: Python :: 3.10',
28
+ 'Programming Language :: Python :: 3.11',
29
+ 'Programming Language :: Python :: 3.12',
30
+ 'Programming Language :: Python :: 3.13',
31
]
32
33
[project.urls]
0 commit comments