Skip to content

Commit

Permalink
Fix pillow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knifecake committed Dec 11, 2024
1 parent a0058f1 commit cc5f1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
pillow-version: ["8.4.0", "9.5.0", "10.0.0"]
pillow-version: ["9.5.0", "10.4.0", "11.0.0"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"django>=4.2,<6",
"pillow>=10.4.0",
"pillow>=9.5.0,<12",
]

[project.urls]
Expand Down

0 comments on commit cc5f1ac

Please sign in to comment.