We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5c8a2 commit 1643925Copy full SHA for 1643925
.github/workflows/pythonpackage.yml
@@ -2,7 +2,7 @@ name: Python package
2
3
on: [push]
4
env:
5
- POETRY_VERSION: 1.2
+ POETRY_VERSION: 1.5
6
7
jobs:
8
testing:
pyproject.toml
@@ -44,5 +44,5 @@ pytest-cov = ">=2.8.1"
44
isort = ">=5.10.1"
45
46
[build-system]
47
-requires = ["poetry>=1.2"]
+requires = ["poetry>=1.5"]
48
build-backend = "poetry.masonry.api"
0 commit comments