diff --git a/pyproject.toml b/pyproject.toml index afb7f0f..276c769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ changelog = "https://github.com/eliotwrobson/CodeforcesRunnerEliot/releases" ecfr = "ecfr.ecfr:cli" [tool.poetry.dependencies] -python = ">=3.8.1" +python = ">=3.9" colorama = ">=0.4" click = ">=8" beautifulsoup4 = ">=4"