We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b0b87 commit ff2b8bbCopy full SHA for ff2b8bb
pyproject.toml
@@ -8,7 +8,7 @@ description = "MkDocs plugin to generate a manpage from the documentation site."
8
authors = [{name = "Timothée Mazzucotelli", email = "dev@pawamoy.fr"}]
9
license = {text = "ISC"}
10
readme = "README.md"
11
-requires-python = ">=3.8"
+requires-python = ">=3.9"
12
keywords = []
13
dynamic = ["version"]
14
classifiers = [
@@ -17,7 +17,6 @@ classifiers = [
17
"Programming Language :: Python",
18
"Programming Language :: Python :: 3",
19
"Programming Language :: Python :: 3 :: Only",
20
- "Programming Language :: Python :: 3.8",
21
"Programming Language :: Python :: 3.9",
22
"Programming Language :: Python :: 3.10",
23
"Programming Language :: Python :: 3.11",
0 commit comments