From 3df5e94f6a2fe85efc8997f74ae7c69b90aa07b6 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 10 Nov 2025 04:55:33 +0200 Subject: [PATCH] sys-apps/i2c-tools: enable py3.14 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/44562 Signed-off-by: Sam James --- sys-apps/i2c-tools/i2c-tools-4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/i2c-tools/i2c-tools-4.4.ebuild b/sys-apps/i2c-tools/i2c-tools-4.4.ebuild index 0239335c960dc..870365c89250e 100644 --- a/sys-apps/i2c-tools/i2c-tools-4.4.ebuild +++ b/sys-apps/i2c-tools/i2c-tools-4.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_OPTIONAL=1 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools