From eb4397bd49fab86e19ee64b755eb6cde92489c32 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Nov 2023 21:03:45 +0200 Subject: [PATCH] dev-python/icoextract: enable py3.12 Signed-off-by: Alfred Wingate --- dev-python/icoextract/icoextract-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/icoextract/icoextract-0.1.4.ebuild b/dev-python/icoextract/icoextract-0.1.4.ebuild index 68e5ecd..50f52b6 100644 --- a/dev-python/icoextract/icoextract-0.1.4.ebuild +++ b/dev-python/icoextract/icoextract-0.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Extract icons from Windows PE files (.exe/.dll)"