commit: 4d9ea85e6dbba29708597f84fdf8dc457eb40e4d Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 11:36:30 2025 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 11:42:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9ea85e
net-p2p/torrentinfo: enable py3.13 and python3_13t Closes: https://bugs.gentoo.org/952629 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> 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 3dae226a5c48..4b1caf5fed1f 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
