Update default poetry version to 1.2.0#8
Conversation
Mostly as this will make my life easier for adding in Rust, where in poetry 1.1.* you need to manually upgrade `setuptools`
DMRobertson
left a comment
There was a problem hiding this comment.
Is this a breaking change---are there any backwards incompatabilities between 1.1 and 1.2?
Do you have an example of using this action with 1.2? I'd like to santiy check the logs---in particular that the caching mechanisms still do something useful.
I'm not aware of any, beyond dropping support for 3.6 and below.
matrix-org/synapse#12595 has a lot of runs using 1.2.0 (where I've specifically overriden it). |
|
Thanks. I'm slightly terrified that stuff will break in CI (esp on branches that don't have your Rust PR's changes). But I think we should try it and see what happens. Can you
|
Yeah, me too. Though I think we're going to have to do it sometime so may as well just bite the bullet. |
Mostly as this will make my life easier for adding in Rust, where in poetry 1.1.* you need to manually upgrade
setuptools