Skip to content

Commit

Permalink
build(deps): remove upper bound from Python version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp authored and yajo committed Aug 28, 2022
1 parent 0b0e29e commit 23ccb91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ copier = "copier.cli:CopierApp.run"
"Bug Tracker" = "https://github.com/copier-org/copier/issues"

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
python = ">=3.7"
"backports.cached-property" = { version = ">=1.0.0", python = "<3.8" }
colorama = ">=0.4.3"
dunamai = ">=1.7.0"
Expand Down

0 comments on commit 23ccb91

Please sign in to comment.