Added python >=3.6 requirement (#3270)

This commit is contained in:
Yunlei Liu 2021-11-29 12:19:21 -08:00 committed by GitHub
parent 911a0a8d2c
commit dcb995694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ setup(
packages = find_packages(exclude = ["src"]), packages = find_packages(exclude = ["src"]),
include_package_data = True, include_package_data = True,
install_requires = install_requires, install_requires = install_requires,
python_requires='>=3.6',
entry_points = { entry_points = {
"mkdocs.themes": [ "mkdocs.themes": [
"material = material", "material = material",