commit: d408b9c4044a49cbfd6335057e1ebee4ef7ead64 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed May 28 21:34:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 10:05:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d408b9c4
net-news/canto-daemon: enable py3.13 Closes: https://bugs.gentoo.org/952628 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42312 Signed-off-by: Sam James <sam <AT> gentoo.org> net-news/canto-daemon/canto-daemon-0.9.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild index 6a071895d0b0..05d7cd2667f1 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 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_{11..13} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1
