Skip to content

Commit

Permalink
Added python >=3.6 requirement (#3270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmsteven authored Nov 29, 2021
1 parent 911a0a8 commit dcb9956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
packages = find_packages(exclude = ["src"]),
include_package_data = True,
install_requires = install_requires,
python_requires='>=3.6',
entry_points = {
"mkdocs.themes": [
"material = material",
Expand Down

0 comments on commit dcb9956

Please sign in to comment.