commit: fb5f7d8eeb9b6147d7d52d08de5b82c5d0330f81 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Mon Apr 28 06:07:37 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 3 00:19:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5f7d8e
app-cdr/gcdemu: enable py3.13 No test suite, runtime checks passed Closes: https://bugs.gentoo.org/952184 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/gcdemu/gcdemu-3.2.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild b/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild index 03d95070f757..d5cbd73fd936 100644 --- a/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild +++ b/app-cdr/gcdemu/gcdemu-3.2.6-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 cmake gnome2-utils python-single-r1 xdg-utils
