From ae33369905d21a0b3fe22f2ff8caafc27c5c8474 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 Mar 2025 17:47:39 -0700 Subject: [PATCH] dev-python/varlink: enable py3.13 Closes: https://bugs.gentoo.org/952415 Signed-off-by: Zac Medico --- dev-python/varlink/varlink-31.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/varlink/varlink-31.0.0.ebuild b/dev-python/varlink/varlink-31.0.0.ebuild index c084e45314d40..4056ddefd140a 100644 --- a/dev-python/varlink/varlink-31.0.0.ebuild +++ b/dev-python/varlink/varlink-31.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-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