From 7975bf7fc2f3c91c0fbeaa8c86965bfdc0eefc58 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 Mar 2025 17:38:56 -0700 Subject: [PATCH] dev-python/jc: enable py3.13 Closes: https://bugs.gentoo.org/952344 Signed-off-by: Zac Medico --- dev-python/jc/jc-1.25.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jc/jc-1.25.4.ebuild b/dev-python/jc/jc-1.25.4.ebuild index 3d8d793333ec4..800d1d4ad372f 100644 --- a/dev-python/jc/jc-1.25.4.ebuild +++ b/dev-python/jc/jc-1.25.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1