summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:39:44 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:39:44 +0000
commitaf47ac2a17b4b4c53f7072af736a67cdb4c67f20 (patch)
tree14c13d0a679dbd8713943ddd51660e640df1c69a /dev-python
parentdev-python/trezor: disable py3.8 (diff)
downloadportage-af47ac2a17b4b4c53f7072af736a67cdb4c67f20.tar.xz
dev-python/typer: disable py3.8
Diffstat (limited to 'dev-python')
-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"