Closed Cadair closed 3 weeks ago
Owee, I'm MrMeeseeks, Look at me.
There seem to be a conflict, please backport manually. Here are approximate instructions:
git checkout 2.2
git pull
Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 da6007eac59228e2b2fc754eb1a4e896e86ac04d
You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #772: Add support for astropy 7'
git push YOURFORK 2.2:auto-backport-of-pr-772-on-2.2
"Backport PR #772 on branch 2.2 (Add support for astropy 7)"
And apply the correct labels and milestones.
Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!
Remember to remove the Still Needs Manual Backport
label once the PR gets merged.
If these instructions are inaccurate, feel free to suggest an improvement.
This is primarily fallout from https://github.com/astropy/astropy/pull/16328