commit: 03c64416d1dbf1390ba141484eb5700f16b0d831 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 10:31:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 10:32:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c64416
dev-cpp/gtkmm: enable py3.13 Closes: https://bugs.gentoo.org/954210 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/gtkmm/gtkmm-3.24.9.ebuild | 4 ++-- dev-cpp/gtkmm/gtkmm-4.12.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild index ff5dc7cef540..047442de2446 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild @@ -1,8 +1,8 @@ -# 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 virtualx DESCRIPTION="C++ interface for GTK+" diff --git a/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild index b003ab663f9a..0ae7855e1679 100644 --- a/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.12.0.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 python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+"
