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 1212
1313setup (
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" ,
22222323 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 ],
You can’t perform that action at this time.
0 commit comments