瀏覽代碼

Allow installing with python 3.12

i0ntempest 4 月之前
父節點
當前提交
c0f106836f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pyproject.toml

+ 2 - 1
pyproject.toml

@@ -105,13 +105,14 @@ dependencies = [
     "ldap3==2.9.1"
 ]
 readme = "README.md"
-requires-python = ">= 3.11, < 3.12.0a1"
+requires-python = ">= 3.11, < 3.13.0a1"
 dynamic = ["version"]
 classifiers = [
     "Development Status :: 4 - Beta",
     "License :: OSI Approved :: MIT License",
     "Programming Language :: Python :: 3",
     "Programming Language :: Python :: 3.11",
+    "Programming Language :: Python :: 3.12",
     "Topic :: Communications :: Chat",
     "Topic :: Multimedia",
 ]