From de6ec184d26fff75ef3be75983d5037c3d047aea Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 29 Oct 2022 13:06:19 -0400 Subject: app-misc/geoclue: Add Python 3.11 compatibility Signed-off-by: Matt Turner --- app-misc/geoclue/geoclue-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-misc/geoclue') diff --git a/app-misc/geoclue/geoclue-2.6.0.ebuild b/app-misc/geoclue/geoclue-2.6.0.ebuild index 7f5425d4334e..78cc6ffc358a 100644 --- a/app-misc/geoclue/geoclue-2.6.0.ebuild +++ b/app-misc/geoclue/geoclue-2.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit meson python-any-r1 systemd vala xdg -- cgit v1.2.3-65-gdbad