-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to v1.2.3, drop python 3.7 support
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -22,13 +22,13 @@ | |
author_email="[email protected]", | ||
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", | ||
], | ||
|