11[project ]
22name = " mkdocs-include-markdown-plugin"
3- version = " 6.2.1 "
3+ version = " 6.2.2 "
44description = " Mkdocs Markdown includer plugin."
55readme = " README.md"
66license = " Apache-2.0"
@@ -19,12 +19,13 @@ classifiers = [
1919 " Programming Language :: Python :: 3.9" ,
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
22- " Programming Language :: Python :: 3.12"
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2324]
2425keywords = [" markdown" , " mkdocs" , " includer" , " plugin" ]
2526dependencies = [
2627 " mkdocs>=1.4" ,
27- " wcmatch>=8,<9 "
28+ " wcmatch"
2829]
2930
3031[[project .authors ]]
@@ -73,7 +74,7 @@ matrix-name-format = "{variable}-{value}"
7374dependencies = [" pytest~=7.0" , " coverage~=6.4" , " covdefaults" ]
7475
7576[[tool .hatch .envs .tests .matrix ]]
76- python = [" py38" , " py39" , " py310" , " py311" , " py312" ]
77+ python = [" py38" , " py39" , " py310" , " py311" , " py312" , " py313 " ]
7778mkdocs = [" 1.4.0" , " 1.4.3" , " 1.5.0" , " 1.5.3" , " 1.6.0" ]
7879cache = [" yes" , " no" ]
7980
@@ -104,9 +105,9 @@ targets = [{ file = "pyproject.toml" }]
104105[tool .project-config ]
105106cache = " 2 days"
106107style = [
107- " gh://mondeja/project-config-styles@v5.2.1 /base/pre-commit/md2po2md.json5" ,
108- " gh://mondeja/project-config-styles@v5.2.1 /python/base.json5" ,
109- " gh://mondeja/project-config-styles@v5.2.1 /python/mypy.json5" ,
108+ " gh://mondeja/project-config-styles@v5.3 /base/pre-commit/md2po2md.json5" ,
109+ " gh://mondeja/project-config-styles@v5.3 /python/base.json5" ,
110+ " gh://mondeja/project-config-styles@v5.3 /python/mypy.json5" ,
110111]
111112
112113[tool .coverage .run ]
@@ -203,7 +204,7 @@ extra-standard-library = [
203204
204205[tool .mypy ]
205206strict = true
206- python_version = " 3.11 "
207+ python_version = " 3.12 "
207208allow_untyped_calls = true
208209allow_any_generics = true
209210
0 commit comments