mirror of https://github.com/Textualize/rich.git
Allow any version of Python 3.7 or later
This commit is contained in:
parent
4d68bb4882
commit
c9d3f4a0f3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue