Closed eirikurj closed 1 month ago
Attention: Patch coverage is 92.85714%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 79.24%. Comparing base (
303a221
) to head (ccc7a7a
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
pyhyp/MExt.py | 91.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Purpose
Per title.
imp
has been removed in python 3.12.Expected time until merged
Once tests pass.
Type of change
Testing
We currently dont run or test python 3.12, but if anyone has it installed, please test.
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable