Closed skalish closed 2 years ago
Seems like the issue of hanging install is fixed by running poetry update
locally to bump all dependencies in poetry.lock
to newer versions. Any thoughts on whether this is a good or bad idea @pcattori?
Seems like the issue of hanging install is fixed by running
poetry update
locally to bump all dependencies inpoetry.lock
to newer versions. Any thoughts on whether this is a good or bad idea @pcattori?
Seems fine to me as long as our CI test suite passes with the updated versions. To be clear: are you proposing we run poetry.update
locally and commit the changes to poetry.lock
so that CI picks that up? Or are you suggesting we run poetry.update
within the CI script? (I think you mean the former, in which case 👍 )
Seems like the issue of hanging install is fixed by running
poetry update
locally to bump all dependencies inpoetry.lock
to newer versions. Any thoughts on whether this is a good or bad idea @pcattori?Seems fine to me as long as our CI test suite passes with the updated versions. To be clear: are you proposing we run
poetry.update
locally and commit the changes topoetry.lock
so that CI picks that up? Or are you suggesting we runpoetry.update
within the CI script? (I think you mean the former, in which case 👍 )
Yep, running poetry.update
and commiting the new poetry.lock
, which I think constitutes a "chore". Please correct if not.
:tada: This PR is included in version 1.6.0 :tada:
The release is available on:
v1.6.0
Your semantic-release bot :package::rocket:
↪️ Pull Request
This PR extends our testing and official support to cover Python 3.9.
It also bumps the patch versions in
.python-version
.💻 Examples
✔️ PR Todo