From 5f0cb01c7f61f6f6235d5481e2428d5c9f048494 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 15 Jan 2024 18:01:43 +0000 Subject: [PATCH] build(deps): remove upper python bound Upstream issue is solved now. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a91566df..682489ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ copier = "copier.__main__:copier_app_run" "Bug Tracker" = "https://github.com/copier-org/copier/issues" [tool.poetry.dependencies] -python = ">=3.8,<4.0" # HACK https://github.com/PyCQA/isort/issues/1945 +python = ">=3.8" colorama = ">=0.4.6" decorator = ">=5.1.1" dunamai = ">=1.7.0"