Skip to content

Commit a8bb767

Browse files
authored
⬆️ UPGRADE: Replace mdformat-tables with mdformat-gfm (#44)
Maintains support for Python 3.9
1 parent 41b3aef commit a8bb767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ requires-python=">=3.9"
2222
requires=[
2323
"mdformat >=0.7.0",
2424
"mdit-py-plugins >=0.3.0",
25-
"mdformat-tables >=0.4.0",
25+
"mdformat-tables >=0.4.0; python_version < '3.10'",
2626
"mdformat-frontmatter >=0.3.2",
2727
"mdformat-footnote >=0.1.1",
28+
"mdformat-gfm >=1.0.0; python_version >= '3.10'",
2829
"ruamel.yaml >=0.16.0",
2930
]
3031

3132
[tool.flit.metadata.requires-extra]
3233
test = [
33-
"pytest",
34-
"coverage",
35-
"pytest-cov",
34+
"pytest>=8.0.0",
35+
"pytest-cov>=7.0.0",
3636
]
3737
dev = ["pre-commit"]
3838

0 commit comments

Comments
 (0)