summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-01-16 02:30:30 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-01-16 02:57:05 +0100
commit1507264eead11c3ebd219ae01f6ce67fb7915c7b (patch)
tree71d941633bffff51aa4b021e8312c9d411ed67a8 /dev-python
parentdev-python/simber: enable python 3.11 (diff)
downloadgentoo-1507264eead11c3ebd219ae01f6ce67fb7915c7b.tar.gz
gentoo-1507264eead11c3ebd219ae01f6ce67fb7915c7b.tar.bz2
gentoo-1507264eead11c3ebd219ae01f6ce67fb7915c7b.zip
dev-python/spotipy: enable python 3.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/spotipy/spotipy-2.21.0.ebuild2
-rw-r--r--dev-python/spotipy/spotipy-2.22.0.ebuild2
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