Skip to content

Commit cccc214

Browse files
author
Dennis Pan
authored
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
1 parent 36d5081 commit cccc214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
packages = find_packages(exclude = ["src", "src.*"]),
6565
include_package_data = True,
6666
install_requires = install_requires,
67-
python_requires='>=3.6',
67+
python_requires='>=3.7',
6868
entry_points = {
6969
"mkdocs.themes": [
7070
"material = material"

0 commit comments

Comments
 (0)