Skip to content

Commit 0fd4cd1

Browse files
committed
build: mark Python 3.9 as requirement
Fixes: e628f15
1 parent dc18050 commit 0fd4cd1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{name = "python-ldap project", email = "python-ldap@python.org"},
1414
]
1515
readme = "README"
16-
requires-python = ">=3.6"
16+
requires-python = ">=3.9"
1717
keywords = ["ldap", "directory", "authentication"]
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -26,9 +26,6 @@ classifiers = [
2626
"Programming Language :: C",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.6",
30-
"Programming Language :: Python :: 3.7",
31-
"Programming Language :: Python :: 3.8",
3229
"Programming Language :: Python :: 3.9",
3330
"Programming Language :: Python :: 3.10",
3431
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)