From a8343243ca989f5bf012fff27d91d3db761beb82 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 30 Jul 2026 23:23:46 +0300 Subject: [PATCH] dev-python/spotipy: enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1582 Signed-off-by: Michał Górny --- dev-python/spotipy/spotipy-2.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/spotipy/spotipy-2.26.0.ebuild b/dev-python/spotipy/spotipy-2.26.0.ebuild index b1648fb387b4a..e8604beb29870 100644 --- a/dev-python/spotipy/spotipy-2.26.0.ebuild +++ b/dev-python/spotipy/spotipy-2.26.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{13..14} ) +PYTHON_COMPAT=( python3_{13..15} ) inherit distutils-r1