Closed crflynn closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.8%. Comparing base (
d553546
) to head (cd92543
). Report is 133 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@crflynn Thanks for the fix. I'm going to limit it to Python 3.11 for now. Will add 3.12 in another PR along with Linux.
Thank you @crflynn!
Pull Request Checklist
Description of PR https://github.com/actions/runner-images/issues/9770 With macos-latest moving from macos-12 to macos-14, there are fewer available python versions.
This PR pins the previous macos-latest runner to macos-12 and adds entries for python 3.11 and 3.12 available on macos-14.
Also, it looks like the required status checks need to be updated.