From dd2474f5bee937a3688627c4e6c73c7904e6ecb3 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Thu, 22 May 2025 10:12:52 +0300 Subject: [PATCH] dev-python/stone: enable py3.14 Signed-off-by: Viorel Munteanu --- dev-python/stone/stone-3.3.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/stone/stone-3.3.9.ebuild b/dev-python/stone/stone-3.3.9.ebuild index 4699b9fe2b..655688dcbe 100644 --- a/dev-python/stone/stone-3.3.9.ebuild +++ b/dev-python/stone/stone-3.3.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1