From 7a3d97ea10d66c21a32e62c5cee788e8e7906f4b Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 11 May 2025 16:20:14 +0300 Subject: [PATCH] dev-python/pycotap: enable py3.14 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/42027 Signed-off-by: Sam James --- dev-python/pycotap/pycotap-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycotap/pycotap-1.3.1.ebuild b/dev-python/pycotap/pycotap-1.3.1.ebuild index 2ed3ad5a733a..6c2a87656916 100644 --- a/dev-python/pycotap/pycotap-1.3.1.ebuild +++ b/dev-python/pycotap/pycotap-1.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi