File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "mkdocs-git-revision-date-localized-plugin" ,
15
- version = "1.2.2 " ,
15
+ version = "1.2.3 " ,
16
16
description = "Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file." ,
17
17
long_description = LONG_DESCRIPTION ,
18
18
long_description_content_type = "text/markdown" ,
22
22
23
23
include_package_data = True ,
24
24
license = "MIT" ,
25
- python_requires = ">=3.6 " ,
25
+ python_requires = ">=3.8 " ,
26
26
classifiers = [
27
27
"Programming Language :: Python :: 3" ,
28
- "Programming Language :: Python :: 3.7" ,
29
28
"Programming Language :: Python :: 3.8" ,
30
29
"Programming Language :: Python :: 3.9" ,
31
30
"Programming Language :: Python :: 3.10" ,
31
+ "Programming Language :: Python :: 3.11" ,
32
32
"License :: OSI Approved :: MIT License" ,
33
33
"Operating System :: OS Independent" ,
34
34
],
You can’t perform that action at this time.
0 commit comments