From 4d9ea85e6dbba29708597f84fdf8dc457eb40e4d Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 2 Apr 2025 13:36:30 +0200 Subject: [PATCH] net-p2p/torrentinfo: enable py3.13 and python3_13t Closes: https://bugs.gentoo.org/952629 Signed-off-by: Louis Sautier --- net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild index 3dae226a5c489..4b1caf5fed1f1 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t ) inherit distutils-r1