1
1
[build-system ]
2
2
build-backend = " flit_core.buildapi"
3
- requires = [" flit_core >=3.2 .0,<4" ]
3
+ requires = [" flit_core >=3.9 .0,<4" ]
4
4
5
5
[project ]
6
6
authors = [
@@ -13,7 +13,7 @@ classifiers = [
13
13
" Topic :: Software Development :: Libraries :: Python Modules" ,
14
14
]
15
15
dependencies = [
16
- " mdformat >= 0.7.17 " ,
16
+ " mdformat >= 0.7.18 " ,
17
17
" mdformat-admon >= 2.0.6" ,
18
18
" mdformat-gfm >= 0.3.6" ,
19
19
" mdit-py-plugins >= 0.4.1" ,
@@ -23,7 +23,7 @@ dynamic = ["description", "version"]
23
23
keywords = [" markdown" , " markdown-it" , " mdformat" , " mdformat_plugin_template" ]
24
24
name = " mdformat_mkdocs"
25
25
readme = " README.md"
26
- requires-python = " >=3.8.5 "
26
+ requires-python = " >=3.9.0 "
27
27
28
28
[project .entry-points ."mdformat .parser_extension" ]
29
29
mkdocs = " mdformat_mkdocs"
@@ -67,7 +67,7 @@ enable_error_code = ["ignore-without-code", "possibly-undefined", "redundant-exp
67
67
extra_checks = true
68
68
files = [" mdformat_mkdocs" , " tests" ]
69
69
no_implicit_reexport = true
70
- python_version = " 3.8 "
70
+ python_version = " 3.9 "
71
71
show_column_numbers = true
72
72
show_error_codes = true
73
73
strict_equality = true
@@ -79,7 +79,7 @@ warn_unused_ignores = true
79
79
80
80
[tool .pyright ]
81
81
include = [" mdformat_mkdocs" , " tests" ]
82
- pythonVersion = " 3.8 "
82
+ pythonVersion = " 3.9 "
83
83
84
84
[tool .pytest-watcher ]
85
85
ignore_patterns = []
@@ -92,7 +92,7 @@ runner_args = ["-e", "py312-beartype"]
92
92
# Docs: https://github.com/charliermarsh/ruff
93
93
# Tip: poetry run python -m ruff --explain RUF100
94
94
line-length = 88
95
- target-version = ' py38 '
95
+ target-version = ' py39 '
96
96
97
97
[tool .ruff .lint ]
98
98
ignore = [
0 commit comments