Skip to content

Commit

Permalink
bump to v1.2.3, drop python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Feb 2, 2024
1 parent ce28e85 commit fe156ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="mkdocs-git-revision-date-localized-plugin",
version="1.2.2",
version="1.2.3",
description="Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -22,13 +22,13 @@
author_email="vinktim@gmail.com",
include_package_data=True,
license="MIT",
python_requires=">=3.6",
python_requires=">=3.8",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit fe156ff

Please sign in to comment.