commit: d431f52ebcd94fb285b5ff87b668e838d4fcbb2f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 17:03:16 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:03:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d431f52e
dev-cpp/atkmm: enable py3.13 Closes: https://bugs.gentoo.org/952276 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-cpp/atkmm/atkmm-2.28.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/atkmm/atkmm-2.28.3.ebuild b/dev-cpp/atkmm/atkmm-2.28.3.ebuild index b8437c5aa6d5..8994a42de9f2 100644 --- a/dev-cpp/atkmm/atkmm-2.28.3.ebuild +++ b/dev-cpp/atkmm/atkmm-2.28.3.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 gnome.org meson-multilib python-any-r1 DESCRIPTION="C++ interface for the ATK library"
