diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:24:49 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:24:49 +0000 |
commit | 9a3d6558890360387214d8268be733bfca2f84f1 (patch) | |
tree | 5dfd3032d40c60da461785327776b4d10c631cd7 | |
parent | dev-python/deezer: disable py3.8 (diff) | |
download | portage-9a3d6558890360387214d8268be733bfca2f84f1.tar.xz |
dev-python/deezer-oauth-cli: disable py3.8
-rw-r--r-- | dev-python/deezer-oauth-cli/deezer-oauth-cli-0.2.5.ebuild | 2 |
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" |