@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " thumbhash-python"
77description = ' A Python implementation of the Thumbhash image placeholder generation algorithm.'
88readme = " README.md"
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.10 "
1010license = " MIT"
1111authors = [
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]
3535dependencies = [
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]
3939dynamic = [" version" ]
0 commit comments