summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:24:13 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:24:13 +0000
commite8bcb4f466118f1b9a0a622d8c4552b0d20354f0 (patch)
tree96b68a009bda99443a6331dcbff65b3cd98f5071 /dev-python
parentapp-crypt/bip32utils: update EAPI 7 -> 8 (diff)
downloadportage-e8bcb4f466118f1b9a0a622d8c4552b0d20354f0.tar.xz
dev-python/deezer: disable py3.8
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/deezer/deezer-5.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deezer/deezer-5.6.0.ebuild b/dev-python/deezer/deezer-5.6.0.ebuild
index 1173bfea..11460f6c 100644
--- a/dev-python/deezer/deezer-5.6.0.ebuild
+++ b/dev-python/deezer/deezer-5.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Deezer client for python"