dev-python/blurhash: enable py3.12

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2023-12-03 19:56:56 +05:00
parent e62dbdabbe
commit 56e12d6847
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi