@@ -5,18 +5,17 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " mdformat"
8- version = " 0.7.16 " # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
8+ version = " 0.7.17 " # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
99description = " CommonMark compliant Markdown formatter"
1010authors = [
1111 {
name =
" Taneli Hukkinen" ,
email =
" [email protected] " },
1212]
1313license = { file = " LICENSE" }
14- requires-python = " >=3.7 "
14+ requires-python = " >=3.8 "
1515dependencies = [
16+ ' markdown-it-py >=1.0.0,<4.0.0' ,
1617 ' tomli >=1.1.0; python_version < "3.11"' ,
17- ' markdown-it-py >=1.0.0,<3.0.0' ,
1818 ' importlib-metadata >=3.6.0; python_version < "3.10"' ,
19- ' typing-extensions >=3.7.4; python_version < "3.8"' ,
2019]
2120readme = " README.md"
2221classifiers = [
@@ -64,10 +63,10 @@ xfail_strict = true
6463legacy_tox_ini = '''
6564[tox]
6665# Only run pytest envs when no args given to tox
67- envlist = py{37, 38,39,310}
66+ envlist = py{38,39,310,311 }
6867isolated_build = True
6968
70- [testenv:py{37, 38,39,310}]
69+ [testenv:py{38,39,310,311 }]
7170description = run tests
7271deps =
7372 -r tests/requirements.txt
0 commit comments