Skip to content

Commit b45f7a7

Browse files
committed
This PR requires Python 3.9, make the package py39+ dependent
1 parent bae63d0 commit b45f7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
keywords = ["sphinx", "sphinx-extension", "markdown", "docs", "documentation", "builder"]
2323
dependencies = ["sphinx>=5.1.0", "tabulate", "docutils"]
24-
requires-python = ">=3.7"
24+
requires-python = ">=3.9"
2525

2626
[tool.poetry.plugins] # Optional super table
2727

0 commit comments

Comments
 (0)