dev-python/towncrier: Enable py3.13

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-30 18:18:42 +02:00
parent b05dd06555
commit dd1189328d

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
@@ -36,6 +36,7 @@ RDEPEND="
BDEPEND="
dev-python/incremental[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-vcs/git
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
)