diff options
author | Sasha Finkelstein <fnkl.kernel@gmail.com> | 2024-10-05 15:50:56 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-07 03:50:07 +0100 |
commit | 80a99f21c3ea7742d144968481228bfa87e5b9ae (patch) | |
tree | b6e5dec2c6d0c76314ca30c54fb49d5252be1577 /gui-libs | |
parent | dev-util/gtk-doc: Add python3_13 compat (diff) | |
download | gentoo-80a99f21c3ea7742d144968481228bfa87e5b9ae.tar.gz gentoo-80a99f21c3ea7742d144968481228bfa87e5b9ae.tar.bz2 gentoo-80a99f21c3ea7742d144968481228bfa87e5b9ae.zip |
gui-libs/gtk: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk/gtk-4.14.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/gtk/gtk-4.14.4-r1.ebuild b/gui-libs/gtk/gtk-4.14.4-r1.ebuild index 03c72b853203..dbcdaa083eaa 100644 --- a/gui-libs/gtk/gtk-4.14.4-r1.ebuild +++ b/gui-libs/gtk/gtk-4.14.4-r1.ebuild @@ -2,7 +2,7 @@ # 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 gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces" |