From 2414c445efcc757103e152c3127e9771dcf31e61 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 16 Apr 2026 23:15:59 -0400 Subject: [PATCH 1/2] dev-java/java-config: enable py3.14 Not familiar with java in Gentoo, but tests at least pass. Signed-off-by: Ionen Wolkens --- dev-java/java-config/java-config-2.3.4.ebuild | 4 ++-- dev-java/java-config/java-config-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/java-config/java-config-2.3.4.ebuild b/dev-java/java-config/java-config-2.3.4.ebuild index 59f18c9b3715d..79d31cd4c6de0 100644 --- a/dev-java/java-config/java-config-2.3.4.ebuild +++ b/dev-java/java-config/java-config-2.3.4.ebuild @@ -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 meson python-r1 diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index 29e24e5891bf0..1262cad98f57b 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -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 meson python-r1 From f3fd3eb7e19585000722e6b7246db79ee6690dc8 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 16 Apr 2026 23:20:27 -0400 Subject: [PATCH 2/2] www-client/pybugz: enable py3.14 The minimal test pass and does not seem obviously broken after using it a bit, not that I can really be sure here. Signed-off-by: Ionen Wolkens --- www-client/pybugz/pybugz-0.14.ebuild | 4 ++-- www-client/pybugz/pybugz-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/pybugz/pybugz-0.14.ebuild b/www-client/pybugz/pybugz-0.14.ebuild index 98e66d4097380..7aa953ccba391 100644 --- a/www-client/pybugz/pybugz-0.14.ebuild +++ b/www-client/pybugz/pybugz-0.14.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="ssl(+)" if [[ ${PV} = "9999" ]]; then diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index eeeecc05db82e..dc1cea9d6acf7 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="readline(+),ssl(+)" if [[ ${PV} = "9999" ]]; then