From 26b371dcf47d9e62f9fda0604e527573d4efeae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jun 2026 10:51:13 +0200 Subject: [PATCH] dev-python/pycountry: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pycountry/pycountry-26.2.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycountry/pycountry-26.2.16.ebuild b/dev-python/pycountry/pycountry-26.2.16.ebuild index a1007e68bfa09..066d8100851f9 100644 --- a/dev-python/pycountry/pycountry-26.2.16.ebuild +++ b/dev-python/pycountry/pycountry-26.2.16.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry PYPI_VERIFY_REPO=https://github.com/pycountry/pycountry -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi