diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-07-28 08:02:22 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-07-28 08:54:55 -0500 |
commit | a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0 (patch) | |
tree | c74f5844ced51d279bdde1dfde3ad9c9c1df68b5 /net-misc/connman-notify | |
parent | dev-libs/newt: drop 0.52.21-r1 (diff) | |
download | gentoo-a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0.tar.gz gentoo-a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0.tar.bz2 gentoo-a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0.zip |
net-misc/connman-notify: enable py3.11 and disable py3.8
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/connman-notify')
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild | 4 |
1 files 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 |