-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove pwsh #1752
Remove pwsh #1752
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we hold off on this until 4.2.0 is finalised? I'd like to merge main
into python-migration
once that's done (so we get the updated docs etc.) and merging this PR will cause a lot of conflicts when we do that.
Hmm, I think we will have conflicts either way. Unless we close this and repeat the steps again later. I don't think I'm very worried about conflicts here, they should mostly be "change vs remove" which is pretty straightforward. (I'm volunteering to manage the conflicts 😄) |
@craddm what do you think? |
Is leaving it in place until v4.2.0 going to cause any problems? Inclined to leave as is, so that develop can be brought back to parity with v4.2.0 beforehand. Also aren't there a couple of potential issues we may want to do as a 4.2.1 that still need the powershell codebase? |
My view is that we should do things in this order:
|
Nope.
I think you are both keen on this. I can't really see the benefit, especially as we are going to immediately merge
Yes but those changes won't be made on
I think there are a few things wrong with that (hill I will die on)
I.e. gitflow Otherwise,
|
I agree with the release-ordering things that @JimMadge said :) |
11ad138
to
d105de0
Compare
We need to confirm that #1771 is done before merging this. |
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…yptography-42.0.4 Bump cryptography from 41.0.7 to 42.0.4
Co-authored-by: Jim Madge <[email protected]>
…ns-script Fix Docker versions script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, would keep the devcontainer though.
💯 Didn't see the devcontainer files for Python (or, they got deleted in a merge and I wasn't paying attention 😄) |
Um, I think we missed the part where we needed to do #1771 (this is an issue not a PR) before merging this. Can we work on this next so it doesn't get missed? |
Oops, I assumed that was the dev -> python_migration PR 🤦 . Sorry, yes let's prioritise that. The updated configuration is all still in the commit history. |
✅ Checklist
Enable foobar integration
rather than515 foobar
).develop
.'[WIP]'
to the title if needed (if you're not yet ready to merge).Remove pwsh stuff, preparing to merge v5.0.0 work into develop branch
🌂 Related issues
🔬 Tests