From a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 28 Jul 2022 08:02:22 -0500 Subject: [PATCH] net-misc/connman-notify: enable py3.11 and disable py3.8 Signed-off-by: Ben Kohler --- .../connman-notify/connman-notify-0_pre20191003-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild index 217e156b72eda..da4fd73408b05 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit desktop python-single-r1