commit:     a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 13:02:22 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:54:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61bb467

net-misc/connman-notify: enable py3.11 and disable py3.8

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/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 217e156b72ed..da4fd73408b0 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
 

Reply via email to