From c9d3f4a0f31e14b5461ad9a97c8f31203e59de35 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 11 Oct 2022 11:18:50 +0100 Subject: [PATCH] Allow any version of Python 3.7 or later --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acc02f51..a881d72c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"