We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc18050 commit 0fd4cd1Copy full SHA for 0fd4cd1
1 file changed
pyproject.toml
@@ -13,7 +13,7 @@ authors = [
13
{name = "python-ldap project", email = "python-ldap@python.org"},
14
]
15
readme = "README"
16
-requires-python = ">=3.6"
+requires-python = ">=3.9"
17
keywords = ["ldap", "directory", "authentication"]
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
@@ -26,9 +26,6 @@ classifiers = [
26
"Programming Language :: C",
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.6",
30
- "Programming Language :: Python :: 3.7",
31
- "Programming Language :: Python :: 3.8",
32
"Programming Language :: Python :: 3.9",
33
"Programming Language :: Python :: 3.10",
34
"Programming Language :: Python :: 3.11",
0 commit comments