From 9c37d3b3bb0601af35f0e347c2efb394a56dc10c Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 5 May 2026 21:53:45 -0500 Subject: [PATCH] dev-python/casttube: enable py3.14 Closes: https://bugs.gentoo.org/973841 Signed-off-by: Matthew Thode --- dev-python/casttube/casttube-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/casttube/casttube-0.2.1-r1.ebuild b/dev-python/casttube/casttube-0.2.1-r1.ebuild index a2e7e29bf684c..d0a50d2e88a20 100644 --- a/dev-python/casttube/casttube-0.2.1-r1.ebuild +++ b/dev-python/casttube/casttube-0.2.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi