We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2380bb1 commit d8df9aeCopy full SHA for d8df9ae
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="mkdocs-git-authors-plugin",
8
- version="0.7.0",
+ version="0.7.1",
9
description="Mkdocs plugin to display git authors of a page",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
@@ -14,7 +14,7 @@
14
author="Tim Vink",
15
author_email="[email protected]",
16
license="MIT",
17
- python_requires=">=3.6",
+ python_requires=">=3.7",
18
classifiers=[
19
"Operating System :: OS Independent",
20
'Programming Language :: Python',
0 commit comments