Skip to content

Commit

Permalink
Updated python version requirement to 3.7 (#3877)
Browse files Browse the repository at this point in the history
With `pymdown-extensions` required version recently changed to 9.4, `mkdocs-material` effectively requires at least python 3.7 now
  • Loading branch information
Dennis Pan committed May 2, 2022
1 parent 36d5081 commit cccc214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@
packages = find_packages(exclude = ["src", "src.*"]),
include_package_data = True,
install_requires = install_requires,
python_requires='>=3.6',
python_requires='>=3.7',
entry_points = {
"mkdocs.themes": [
"material = material"
Expand Down

0 comments on commit cccc214

Please sign in to comment.