File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def load_requirements(requirements_files: Path | list[Path]) -> list:
78
78
# run
79
79
entry_points = {"mkdocs.plugins" : ["rss = mkdocs_rss_plugin.plugin:GitRssPlugin" ]},
80
80
# dependencies
81
- python_requires = ">=3.10 , <4" ,
81
+ python_requires = ">=3.8 , <4" ,
82
82
extras_require = {
83
83
# tooling
84
84
"dev" : load_requirements (HERE / "requirements/development.txt" ),
@@ -92,6 +92,8 @@ def load_requirements(requirements_files: Path | list[Path]) -> list:
92
92
"Intended Audience :: Developers" ,
93
93
"Intended Audience :: Information Technology" ,
94
94
"Programming Language :: Python :: 3" ,
95
+ "Programming Language :: Python :: 3.8" ,
96
+ "Programming Language :: Python :: 3.9" ,
95
97
"Programming Language :: Python :: 3.10" ,
96
98
"Programming Language :: Python :: 3.11" ,
97
99
"Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments