summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-08 19:17:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-08 19:36:34 +0200
commit9c4a424afa17b0150d0fb10b63d7af2e29fcf337 (patch)
treed708a96a43aea4cea056fda70a1cdd198ea8639a /dev-python/prompt_toolkit
parentdev-python/pickleshare: Port to py3.9 (diff)
downloadgentoo-9c4a424afa17b0150d0fb10b63d7af2e29fcf337.tar.gz
gentoo-9c4a424afa17b0150d0fb10b63d7af2e29fcf337.tar.bz2
gentoo-9c4a424afa17b0150d0fb10b63d7af2e29fcf337.zip
dev-python/prompt_toolkit: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prompt_toolkit')
-rw-r--r--dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild
index 7b528c8cdbaa..a280a736898f 100644
--- a/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild
+++ b/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Building powerful interactive command lines in Python"