소스 검색

pyproject.toml: Add trove classifier for Python 3.12

https://github.com/pypa/trove-classifiers/blob/main/README.md
Christian Clauss 1 년 전
부모
커밋
57f7b3cc9f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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",