summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2024-11-04 23:43:31 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2024-11-04 23:49:59 +0300
commit769b1cd29a3d85c7443c37167ab7c13c653dfc7a (patch)
tree59732a58b83d846ca7e212a683453f4be9ae4f70 /net-libs
parentdev-tcltk/tclreadline: add 2.4.0 (diff)
downloadgentoo-769b1cd29a3d85c7443c37167ab7c13c653dfc7a.tar.gz
gentoo-769b1cd29a3d85c7443c37167ab7c13c653dfc7a.tar.bz2
gentoo-769b1cd29a3d85c7443c37167ab7c13c653dfc7a.zip
net-libs/libaccounts-glib: enable py3.13
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.27.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.27.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.27.ebuild
index 284bf8de6f86..2db8f11ddcea 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.27.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.27.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit meson python-r1 vala
DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"