commit: 062d39ad3982ffc72af3f21f9b425e58e77551d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 15:36:25 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 15:39:26 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062d39ad
dev-python/dbus-next: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 9d6150cb0fc7..09fca7f599e3 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 virtualx