commit:     1507264eead11c3ebd219ae01f6ce67fb7915c7b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 01:30:30 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 01:57:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1507264e

dev-python/spotipy: enable python 3.11

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/spotipy/spotipy-2.21.0.ebuild | 2 +-
 dev-python/spotipy/spotipy-2.22.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spotipy/spotipy-2.21.0.ebuild 
b/dev-python/spotipy/spotipy-2.21.0.ebuild
index 95c3c85d848b..56659024211a 100644
--- a/dev-python/spotipy/spotipy-2.21.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.21.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

diff --git a/dev-python/spotipy/spotipy-2.22.0.ebuild 
b/dev-python/spotipy/spotipy-2.22.0.ebuild
index 22f582d17ade..71b2059edb84 100644
--- a/dev-python/spotipy/spotipy-2.22.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.22.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

Reply via email to