commit:     d279d92b17fa057678d0f8471b16aef1880cdfc9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 17:55:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 18:15:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d279d92b

dev-python/spotipy: Enable py3.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/spotipy/spotipy-2.25.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/spotipy/spotipy-2.25.1.ebuild 
b/dev-python/spotipy/spotipy-2.25.1.ebuild
index 31a7f6f3f149..5388c6bc7cfa 100644
--- a/dev-python/spotipy/spotipy-2.25.1.ebuild
+++ b/dev-python/spotipy/spotipy-2.25.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1
 
@@ -33,6 +33,8 @@ RDEPEND="
 distutils_enable_sphinx docs \
        dev-python/redis \
        dev-python/sphinx-rtd-theme
+
+EPYTEST_PLUGINS=()
 distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(

Reply via email to