commit: 64c5334d47dd3be1a29ab014efdf32511613c312
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 9 16:27:29 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 9 16:27:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64c5334d
dev-python/spotipy: add py3_9
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/spotipy/spotipy-2.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/spotipy/spotipy-2.12.0.ebuild
b/dev-python/spotipy/spotipy-2.12.0.ebuild
index 1b775ce..3a0aa1b 100644
--- a/dev-python/spotipy/spotipy-2.12.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1