From 9fc1b322e14fd1dcfd61dd05fe7629601360db28 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 13 May 2025 22:05:18 +0300 Subject: [PATCH] dev-python/shtab: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/shtab/shtab-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shtab/shtab-1.7.2.ebuild b/dev-python/shtab/shtab-1.7.2.ebuild index bb00194149f08..da31942a59a9a 100644 --- a/dev-python/shtab/shtab-1.7.2.ebuild +++ b/dev-python/shtab/shtab-1.7.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi