Browse Source

pyproject.toml: Add trove classifier for Python 3.12

https://github.com/pypa/trove-classifiers/blob/main/README.md
Christian Clauss 1 year ago
parent
commit
57f7b3cc9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -17,6 +17,7 @@ classifiers = [
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
+    "Programming Language :: Python :: 3.12",
     "Programming Language :: Python :: Implementation :: CPython",
     "Programming Language :: Python :: Implementation :: PyPy",
     "Operating System :: POSIX",