diff options
author | 2023-01-16 02:30:30 +0100 | |
---|---|---|
committer | 2023-01-16 02:57:05 +0100 | |
commit | 1507264eead11c3ebd219ae01f6ce67fb7915c7b (patch) | |
tree | 71d941633bffff51aa4b021e8312c9d411ed67a8 /dev-python | |
parent | dev-python/simber: enable python 3.11 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | 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 |