summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2025-04-13 19:03:16 +0200
committerPacho Ramos <pacho@gentoo.org>2025-04-13 19:03:16 +0200
commitd431f52ebcd94fb285b5ff87b668e838d4fcbb2f (patch)
tree6da1001627039a69631f20f6691faf0d693f9753 /dev-cpp
parent5782e958632e5f965290c9d8cd7a87db9f1caba3 (diff)
downloadgentoo-d431f52ebcd94fb285b5ff87b668e838d4fcbb2f.tar.gz
gentoo-d431f52ebcd94fb285b5ff87b668e838d4fcbb2f.tar.bz2
gentoo-d431f52ebcd94fb285b5ff87b668e838d4fcbb2f.zip
dev-cpp/atkmm: enable py3.13
Closes: https://bugs.gentoo.org/952276 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/atkmm/atkmm-2.28.3.ebuild4
1 files 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"