From af47ac2a17b4b4c53f7072af736a67cdb4c67f20 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 30 Nov 2022 20:39:44 +0000 Subject: dev-python/typer: disable py3.8 --- dev-python/typer/typer-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') 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" -- cgit v1.2.3