Skip to content

Commit

Permalink
Update pillow-heif versions for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 6, 2023
1 parent 8b2c54f commit 44cd385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dependencies = [

[project.optional-dependencies]
heif = [
"pillow-heif>=0.10.0,<1.0.0",
"pillow-heif>=0.10.0,<1.0.0; python_version < '3.12'",
"pillow-heif>=0.13.0,<1.0.0; python_version >= '3.12'",
]
testing = [
"Pillow>=9.1.0,<11.0.0",
Expand Down

0 comments on commit 44cd385

Please sign in to comment.