From c0f106836f0386512112fa21ead4e32519da48dc Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sat, 14 Dec 2024 18:09:10 +0800 Subject: [PATCH] Allow installing with python 3.12 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0554baa9e..de14a9fa1 100644 --- a/pyproject.toml +++ b/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", ]