commit: c3b7429a4200fabcb3d7d00414d4e01deccccff0 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Mon Apr 28 06:05:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 3 00:19:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b7429a
app-cdr/cdemu: enable py3.13 No test suite, passed runtime check Closes: https://bugs.gentoo.org/952183 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41813 Signed-off-by: Sam James <sam <AT> gentoo.org> app-cdr/cdemu/cdemu-3.2.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/cdemu/cdemu-3.2.5-r1.ebuild b/app-cdr/cdemu/cdemu-3.2.5-r1.ebuild index c2aa374b9334..09eb20179b6a 100644 --- a/app-cdr/cdemu/cdemu-3.2.5-r1.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit bash-completion-r1 cmake python-single-r1 xdg-utils
