Skip to content

Commit da3b135

Browse files
committed
Revert "packaging: restore Python 3.8 and 3.9"
This reverts commit 020d7fe.
1 parent 020d7fe commit da3b135

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def load_requirements(requirements_files: Path | list[Path]) -> list:
7878
# run
7979
entry_points={"mkdocs.plugins": ["rss = mkdocs_rss_plugin.plugin:GitRssPlugin"]},
8080
# dependencies
81-
python_requires=">=3.8, <4",
81+
python_requires=">=3.10, <4",
8282
extras_require={
8383
# tooling
8484
"dev": load_requirements(HERE / "requirements/development.txt"),
@@ -92,8 +92,6 @@ def load_requirements(requirements_files: Path | list[Path]) -> list:
9292
"Intended Audience :: Developers",
9393
"Intended Audience :: Information Technology",
9494
"Programming Language :: Python :: 3",
95-
"Programming Language :: Python :: 3.8",
96-
"Programming Language :: Python :: 3.9",
9795
"Programming Language :: Python :: 3.10",
9896
"Programming Language :: Python :: 3.11",
9997
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)