diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-17 11:01:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-17 11:01:20 +0200 |
commit | 8f845af6df6c6759c37241c869c818ba0c1dbd0c (patch) | |
tree | f4390b862a3b7cf3d2b8355296d5d229bc998234 /gnome-base | |
parent | gnome-base/gnome-keyring: Bump to 46.2 (diff) | |
download | gentoo-8f845af6df6c6759c37241c869c818ba0c1dbd0c.tar.gz gentoo-8f845af6df6c6759c37241c869c818ba0c1dbd0c.tar.bz2 gentoo-8f845af6df6c6759c37241c869c818ba0c1dbd0c.zip |
gnome-base/gnome-keyring: enable py3.13
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-keyring/gnome-keyring-46.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gnome-keyring/gnome-keyring-46.2.ebuild b/gnome-base/gnome-keyring/gnome-keyring-46.2.ebuild index 922f67d84aed..0c08ccf48d89 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-46.2.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-46.2.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 gnome2 pam python-any-r1 virtualx |