Skip to content

Commit

Permalink
fix: update poetry build backend (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Nov 3, 2022
1 parent f444787 commit 4819026
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .poetry-version
@@ -1 +1 @@
1.2.0b3
1.2.2
71 changes: 35 additions & 36 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
Expand Up @@ -103,5 +103,5 @@ source = ['./src']
exclude_lines = ['pragma: no-cover', 'if TYPE_CHECKING:', '@abstractmethod']

[build-system]
requires = ['poetry-core>=1.1.0b3']
requires = ['poetry-core>=1.3.2']
build-backend = 'poetry.core.masonry.api'

0 comments on commit 4819026

Please sign in to comment.