net-misc/connman-notify: enable py3.14

Closes: https://bugs.gentoo.org/952607
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2026-04-20 11:53:32 -05:00
parent 4a70d3a230
commit b5e45a460d

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit desktop python-single-r1