From af0ebaa759ef9b6425b6fc3fb47c4d9211fe20ca Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Mon, 28 Apr 2025 03:46:07 +0000 Subject: [PATCH] dev-python/casttube: enable py3.13 Closes: https://bugs.gentoo.org/952321 Signed-off-by: Nicolas PARLANT Part-of: https://github.com/gentoo/gentoo/pull/41808 Signed-off-by: Sam James --- 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 f9d30c9c98f3c..a2e7e29bf684c 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-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi