From 64c5334d47dd3be1a29ab014efdf32511613c312 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 9 Jun 2020 18:27:29 +0200 Subject: [PATCH] dev-python/spotipy: add py3_9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- 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 1b775cef2c..3a0aa1bd2a 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