summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:24:49 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:24:49 +0000
commit9a3d6558890360387214d8268be733bfca2f84f1 (patch)
tree5dfd3032d40c60da461785327776b4d10c631cd7 /dev-python
parentdev-python/deezer: disable py3.8 (diff)
downloadportage-9a3d6558890360387214d8268be733bfca2f84f1.tar.xz
dev-python/deezer-oauth-cli: disable py3.8
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/deezer-oauth-cli/deezer-oauth-cli-0.2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deezer-oauth-cli/deezer-oauth-cli-0.2.5.ebuild b/dev-python/deezer-oauth-cli/deezer-oauth-cli-0.2.5.ebuild
index d7e33f35..30256042 100644
--- a/dev-python/deezer-oauth-cli/deezer-oauth-cli-0.2.5.ebuild
+++ b/dev-python/deezer-oauth-cli/deezer-oauth-cli-0.2.5.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="A small CLI to quickly obtain an API token for Deezer API"