Skip to content

Commit

Permalink
relax the version contraint for pdm-pep517
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jan 29, 2022
1 parent 9bf1dc9 commit 40cd92b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pdm.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 @@ -13,7 +13,7 @@ dependencies = [
"importlib-metadata; python_version < \"3.8\"",
"installer~=0.3.0",
"packaging",
"pdm-pep517>=0.9,<0.10",
"pdm-pep517>=0.9,<0.11",
"pep517>=0.11.0",
"pip>=20.1",
"platformdirs",
Expand Down

0 comments on commit 40cd92b

Please sign in to comment.