Skip to content

Commit e1e5e94

Browse files
authored
🔧 MAINTAIN: Remove upper bound from Python version constraint (#40)
1 parent aba72e6 commit e1e5e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project_urls =
3030
packages = find:
3131
install_requires =
3232
markdown-it-py>=1.0.0,<3.0.0
33-
python_requires = ~=3.6
33+
python_requires = >=3.6
3434
include_package_data = True
3535
zip_safe = True
3636

@@ -48,7 +48,7 @@ testing =
4848
pytest-cov
4949
pytest-regressions
5050
rtd =
51-
myst-parser~=0.14.0
51+
myst-parser~=0.16.1
5252
sphinx-book-theme~=0.1.0
5353

5454
[mypy]

0 commit comments

Comments
 (0)