From 96def35a119adfa4b2ad3bdceda8569b8a646870 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 5 May 2026 21:51:11 -0500 Subject: [PATCH] app-shells/powerline: enable py3.14 Closes: https://bugs.gentoo.org/973777 Signed-off-by: Matthew Thode --- app-shells/powerline/powerline-2.8.4.ebuild | 4 ++-- app-shells/powerline/powerline-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-shells/powerline/powerline-2.8.4.ebuild b/app-shells/powerline/powerline-2.8.4.ebuild index b4d44d717765b..57c7ce7c8cfda 100644 --- a/app-shells/powerline/powerline-2.8.4.ebuild +++ b/app-shells/powerline/powerline-2.8.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_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYPI_NO_NORMALIZE=1 PYPI_PN="powerline-status" DISTUTILS_USE_PEP517=setuptools diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild index 0e8ab0f0f785d..3db69b4b04352 100644 --- a/app-shells/powerline/powerline-9999.ebuild +++ b/app-shells/powerline/powerline-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_{9..13} ) +PYTHON_COMPAT=( python3_{9..14} ) PYPI_NO_NORMALIZE=1 PYPI_PN="powerline-status" DISTUTILS_USE_PEP517=setuptools