We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba72e6 commit e1e5e94Copy full SHA for e1e5e94
1 file changed
‎setup.cfg‎
@@ -30,7 +30,7 @@ project_urls =
30
packages = find:
31
install_requires =
32
markdown-it-py>=1.0.0,<3.0.0
33
-python_requires = ~=3.6
+python_requires = >=3.6
34
include_package_data = True
35
zip_safe = True
36
@@ -48,7 +48,7 @@ testing =
48
pytest-cov
49
pytest-regressions
50
rtd =
51
- myst-parser~=0.14.0
+ myst-parser~=0.16.1
52
sphinx-book-theme~=0.1.0
53
54
[mypy]
0 commit comments