mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Updated python version requirement to 3.7 (#3877)
With `pymdown-extensions` required version recently changed to 9.4, `mkdocs-material` effectively requires at least python 3.7 now
This commit is contained in:
parent
36d50811dc
commit
cccc21431e
2
setup.py
2
setup.py
@ -64,7 +64,7 @@ setup(
|
|||||||
packages = find_packages(exclude = ["src", "src.*"]),
|
packages = find_packages(exclude = ["src", "src.*"]),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
install_requires = install_requires,
|
install_requires = install_requires,
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.7',
|
||||||
entry_points = {
|
entry_points = {
|
||||||
"mkdocs.themes": [
|
"mkdocs.themes": [
|
||||||
"material = material"
|
"material = material"
|
||||||
|
Loading…
Reference in New Issue
Block a user