Skip to content

Commit

Permalink
build(deps): remove upper python bound
Browse files Browse the repository at this point in the history
Upstream issue is solved now.
  • Loading branch information
yajo committed Jan 15, 2024
1 parent ab6805e commit 5f0cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f0cb01

Please sign in to comment.