Merge pull request #7850 from i0ntempest/new-python

Chore: Allow installing with python 3.12
This commit is contained in:
Timothy Jaeryang Baek 2024-12-15 17:04:00 -08:00 committed by GitHub
commit 495ecc531b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
]