commit: 9838f9764ac645b7ade9d49b93f74ff2f77994d1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 07:55:33 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 07:55:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9838f976
app-crypt/seahorse: enable py3.12 Closes: https://bugs.gentoo.org/929293 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/seahorse/seahorse-43.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/seahorse/seahorse-43.0-r3.ebuild b/app-crypt/seahorse/seahorse-43.0-r3.ebuild index c4e9d6c84fea..3d17bcbbd3f2 100644 --- a/app-crypt/seahorse/seahorse-43.0-r3.ebuild +++ b/app-crypt/seahorse/seahorse-43.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Manage your passwords and encryption keys"
