diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 08:28:50 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 08:29:07 -0500 |
commit | 0b838d21615113e7960e453f0315cd4902cc528a (patch) | |
tree | a41cf90e4717d24465cc4d6ddde8bffa397e45b3 /net-misc/connman-notify | |
parent | sci-libs/blis: add 1.0 (diff) | |
download | gentoo-0b838d21615113e7960e453f0315cd4902cc528a.tar.gz gentoo-0b838d21615113e7960e453f0315cd4902cc528a.tar.bz2 gentoo-0b838d21615113e7960e453f0315cd4902cc528a.zip |
net-misc/connman-notify: enable py3.12
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 da4fd73408b0..79e13a82e929 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-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit desktop python-single-r1 |