Closed mraspaud closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.09%. Comparing base (
5634073
) to head (f9dccad
). Report is 77 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
hmm, looks like the 3.13 experimental was a bad idea...
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
satpy/readers/file_handlers.py | 1 | 97.4% | ||
satpy/readers/sgli_l1b.py | 1 | 95.17% | ||
satpy/readers/xmlformat.py | 1 | 88.79% | ||
satpy/tests/reader_tests/test_ahi_hsd.py | 1 | 99.34% | ||
satpy/readers/pmw_channels_definitions.py | 2 | 96.41% | ||
<!-- | Total: | 6 | --> |
Totals | |
---|---|
Change from base Build 11381112172: | -0.01% |
Covered Lines: | 53169 |
Relevant Lines: | 55268 |
Were all the FCI/decomp requirements/requests related to dropping Python 3.9 resolved?
Yes I think so
The last comment on #2741 confirms it.
This PR drops support for python 3.9, as deemed reasonable in #2741. This superseeds #2741 which was difficult to merge with main. ~Also, we added an experimental build for python 3.13.~