From 9fce4a32d6751d1500d33c42ab371be0836795c2 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 7 Sep 2024 21:54:55 +0900 Subject: [PATCH] dev-python/blurhash: enable py3.13 Signed-off-by: Takuya Wakazono --- dev-python/blurhash/blurhash-1.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild index 282d96229c..502e88beae 100644 --- a/dev-python/blurhash/blurhash-1.1.4.ebuild +++ b/dev-python/blurhash/blurhash-1.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi