From 9e4e4835efb1f2c989ef939cf99ef2afae0abb76 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Sat, 6 Jun 2026 14:16:08 +0200 Subject: [PATCH] media-libs/partio: enable py3.14 Closes: https://bugs.gentoo.org/974001 Signed-off-by: Paul Zander Signed-off-by: Sam James --- media-libs/partio/partio-1.17.3.ebuild | 4 ++-- media-libs/partio/partio-1.19.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/partio/partio-1.17.3.ebuild b/media-libs/partio/partio-1.17.3.ebuild index 470cddc6035f5..cd9b5bbbf6193 100644 --- a/media-libs/partio/partio-1.17.3.ebuild +++ b/media-libs/partio/partio-1.17.3.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_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit cmake python-single-r1 if [[ ${PV} == *9999 ]]; then diff --git a/media-libs/partio/partio-1.19.0.ebuild b/media-libs/partio/partio-1.19.0.ebuild index 56fc9230338ba..2027acec560f1 100644 --- a/media-libs/partio/partio-1.19.0.ebuild +++ b/media-libs/partio/partio-1.19.0.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_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 if [[ ${PV} == *9999 ]]; then