dev-python/blurhash: enable py3.14

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-10-27 17:13:55 +05:00
parent 863f63b95c
commit db844b8398

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
@@ -17,8 +17,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
EPYTEST_PLUGINS=( pytest-import-check )
# no tests in v1.1.4 tarball
distutils_enable_tests import-check