summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-16 14:45:59 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-16 14:45:59 +0100
commita15a3b8d53d1cef88f003abf673f30e9b5496ceb (patch)
tree6aceea6e2b15e459df0b3147efca3422b9a467fa /dev-python
parenta5191054889914d0a4176c4a3315bbc7a9689407 (diff)
dev-python/typer : update PYTHON_COMPAT
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/typer/typer-0.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/typer/typer-0.2.1-r1.ebuild b/dev-python/typer/typer-0.2.1-r1.ebuild
index 9dd40e31..9dd48e0c 100644
--- a/dev-python/typer/typer-0.2.1-r1.ebuild
+++ b/dev-python/typer/typer-0.2.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1