Skip to content

Conversation

stefan6419846
Copy link
Collaborator

Related to #3051 and #3408.

Copy link

codecov bot commented Jul 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.95%. Comparing base (2a91bd4) to head (74b9473).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3411      +/-   ##
==========================================
+ Coverage   96.94%   96.95%   +0.01%     
==========================================
  Files          55       55              
  Lines        9333     9333              
  Branches     1708     1708              
==========================================
+ Hits         9048     9049       +1     
+ Misses        170      169       -1     
  Partials      115      115              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefan6419846
Copy link
Collaborator Author

The Windows tests are currently failing due to a changed behavior in Pillow. As far as I can tell, the output still looks identical. Let's wait for upstream at python-pillow/Pillow#9121 until considering further actions.

@stefan6419846
Copy link
Collaborator Author

@stefan6419846 stefan6419846 merged commit f395e09 into main Jul 30, 2025
16 checks passed
@stefan6419846 stefan6419846 deleted the python38-314 branch July 30, 2025 12:27
j-t-1 pushed a commit to j-t-1/pypdf that referenced this pull request Aug 5, 2025
…pdf#3411)

Related to py-pdf#3051 and py-pdf#3408.

This updates some of the binary dependencies as well to avoid side effects on Python 3.14.
Nevertheless, Pillow 11.1.0 would indeed introduce a side effect, which required us to change
the tests to check pixel data instead of byte data for the PNG file comparison.
stefan6419846 added a commit that referenced this pull request Aug 11, 2025
## What's new

### Security (SEC)
- Limit decompressed size for FlateDecode filter (#3430) by @stefan6419846

### Deprecations (DEP)
- Drop Python 3.8 support (#3412) by @stefan6419846

### New Features (ENH)
- Move BlackIs1 functionality to tiff_header (#3421) by @j-t-1

### Robustness (ROB)
- Skip Go-To actions without a destination (#3420) by @badGarnet

### Developer Experience (DEV)
- Update code style related libraries (#3414) by @stefan6419846
- Update mypy to 1.17.0 (#3413) by @stefan6419846
- Stop testing on Python 3.8 and start testing on Python 3.14 (#3411) by @stefan6419846

### Maintenance (MAINT)
- Cleanup deprecations (#3424) by @stefan6419846

[Full Changelog](5.9.0...6.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant