[ADD] Python 3.12 to pyporject.toml classifiers

This commit is contained in:
Peter Pfeufer 2023-10-31 22:25:39 +01:00
parent ee41d62c13
commit a9ebecdec6
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
] ]