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