Skip to content

Commit 547efb3

Browse files
committed
Upgrade Pillow dependency and abandon obsolete python versions
1 parent 9cd0ebd commit 547efb3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "thumbhash-python"
77
description = 'A Python implementation of the Thumbhash image placeholder generation algorithm.'
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.10"
1010
license = "MIT"
1111
authors = [
1212
{ name = "Yohann MARTIN", email = "contact@codexus.fr" },
@@ -24,16 +24,16 @@ classifiers = [
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.8",
28-
"Programming Language :: Python :: 3.9",
2927
"Programming Language :: Python :: 3.10",
3028
"Programming Language :: Python :: 3.11",
3129
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3232
"Programming Language :: Python :: Implementation :: CPython",
3333
"Programming Language :: Python :: Implementation :: PyPy",
3434
]
3535
dependencies = [
36-
"Pillow >=8.0.0,<11.0.0",
36+
"Pillow >=11.0.0,<13.0.0",
3737
"typer[all] >=0.7.0,<1.0.0"
3838
]
3939
dynamic = ["version"]

thumbhash/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)