net-p2p/torrentinfo: enable py3.13 and python3_13t

Closes: https://bugs.gentoo.org/952629
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2025-04-02 13:36:30 +02:00
parent d1c9022d71
commit 4d9ea85e6d

View File

@@ -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