Skip to content

Commit ee3eaad

Browse files
committed
build: Drop support for Python 3.8
1 parent 7ccd684 commit ee3eaad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
license = {text = "ISC"}
1313
readme = "README.md"
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.9"
1515
keywords = ["mkdocs", "mkdocs-plugin", "docstrings", "autodoc"]
1616
dynamic = ["version"]
1717
classifiers = [
@@ -21,7 +21,6 @@ classifiers = [
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3 :: Only",
24-
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)