diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-11-08 17:29:42 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-11-08 17:32:11 +0100 |
commit | 9b18a2830f532ed655d14fe63d0e4edb05b4dd88 (patch) | |
tree | a0dc948957ebe0d80070c0a6bdae54622fe49c9a /app-crypt/libsecret | |
parent | app-crypt/libsecret: Bump to 0.21.4 (diff) | |
download | gentoo-9b18a2830f532ed655d14fe63d0e4edb05b4dd88.tar.gz gentoo-9b18a2830f532ed655d14fe63d0e4edb05b4dd88.tar.bz2 gentoo-9b18a2830f532ed655d14fe63d0e4edb05b4dd88.zip |
app-crypt/libsecret: enable py3.13
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.21.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libsecret/libsecret-0.21.4.ebuild b/app-crypt/libsecret/libsecret-0.21.4.ebuild index ed26e2f0f9e1..c8f6301b65d7 100644 --- a/app-crypt/libsecret/libsecret-0.21.4.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.4.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 bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx |