summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-30 07:48:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-30 08:02:57 +0200
commite4b67f6bb2bf6108b0102e61608a7c14477c5ff4 (patch)
tree56399205dd94e118ea8fc316e18bdf702c3ff55b
parentdev-python/cli_helpers: Bump to 2.1.0 (diff)
downloadgentoo-e4b67f6b.tar.gz
gentoo-e4b67f6b.tar.bz2
gentoo-e4b67f6b.zip
dev-python/cli_helpers: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cli_helpers/cli_helpers-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
index b4159629ae3a..8e70cb86e447 100644
--- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Python helpers for common CLI tasks"