Skip to content

Commit fe156ff

Browse files
authored
bump to v1.2.3, drop python 3.7 support
1 parent ce28e85 commit fe156ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="mkdocs-git-revision-date-localized-plugin",
15-
version="1.2.2",
15+
version="1.2.3",
1616
description="Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.",
1717
long_description=LONG_DESCRIPTION,
1818
long_description_content_type="text/markdown",
@@ -22,13 +22,13 @@
2222
author_email="[email protected]",
2323
include_package_data=True,
2424
license="MIT",
25-
python_requires=">=3.6",
25+
python_requires=">=3.8",
2626
classifiers=[
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.7",
2928
"Programming Language :: Python :: 3.8",
3029
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
31+
"Programming Language :: Python :: 3.11",
3232
"License :: OSI Approved :: MIT License",
3333
"Operating System :: OS Independent",
3434
],

0 commit comments

Comments
 (0)