diff --git a/pyproject.toml b/pyproject.toml index 4260c7f..605f2b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,17 +22,17 @@ requires-python=">=3.9" requires=[ "mdformat >=0.7.0", "mdit-py-plugins >=0.3.0", - "mdformat-tables >=0.4.0", + "mdformat-tables >=0.4.0; python_version < '3.10'", "mdformat-frontmatter >=0.3.2", "mdformat-footnote >=0.1.1", + "mdformat-gfm >=1.0.0; python_version >= '3.10'", "ruamel.yaml >=0.16.0", ] [tool.flit.metadata.requires-extra] test = [ - "pytest", - "coverage", - "pytest-cov", + "pytest>=8.0.0", + "pytest-cov>=7.0.0", ] dev = ["pre-commit"]