summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/typer/typer-0.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/typer/typer-0.6.1.ebuild b/dev-python/typer/typer-0.6.1.ebuild
index da9b794f..6436345c 100644
--- a/dev-python/typer/typer-0.6.1.ebuild
+++ b/dev-python/typer/typer-0.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Typer, build great CLIs. Easy to code. Based on Python type hints"