Skip to content

Commit

Permalink
iaw comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pubpub-zz committed Sep 16, 2024
1 parent 6db3a15 commit 9247803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Version 5.0.0, 2024-09-15

** Notice : this version drops support to Python 3.7 (not maintained since June 23), PdfMerger(use PdfWriter instead) and AnnotationBuilder(use annotations instead) **


### Deprecations (DEP)
- Deprecate PdfMerger, AnnotationBuilder and other deprecations cleanup (#2813)
- Drop Python 3.7 support (#2793)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ full = [
"Pillow>=10.3.0",
]
crypto = [
"cryptography; python_version >= '3.8'",
"PyCryptodome; python_version >= '3.6'",
"cryptography; python_version >= '3.7'",
"PyCryptodome; python_version == '3.6'",
]
image = ["Pillow>=10.3.0"]
dev = ["black", "pip-tools", "pre-commit<2.18.0", "pytest-cov", "pytest-socket", "pytest-timeout", "flit", "wheel", "pytest-xdist"]
Expand Down

0 comments on commit 9247803

Please sign in to comment.