Allow any version of Python 3.7 or later

This commit is contained in:
Dave Pearson 2022-10-11 11:18:50 +01:00
parent 4d68bb4882
commit c9d3f4a0f3
No known key found for this signature in database
GPG Key ID: B413E0EF113D4ABF
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ include = ["rich/py.typed"]
[tool.poetry.dependencies]
python = "^3.7.13"
python = ">=3.7.0"
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
pygments = "^2.6.0"
commonmark = "^0.9.0"