summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-06 22:21:27 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 12:33:22 +0200
commit0cf1641c4e35b4852be62ce4d9219e6032e46a64 (patch)
tree5a019d75ce4987957b9be1165e4c67acbdfe01c4 /dev-python/prompt_toolkit
parentdev-python/wcwidth: Port to python3.10 (diff)
downloadgentoo-0cf1641c4e35b4852be62ce4d9219e6032e46a64.tar.gz
gentoo-0cf1641c4e35b4852be62ce4d9219e6032e46a64.tar.bz2
gentoo-0cf1641c4e35b4852be62ce4d9219e6032e46a64.zip
dev-python/prompt_toolkit: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> 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.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.18.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-3.0.18.ebuild
index 8f045fd79e7b..259c0af35af5 100644
--- a/dev-python/prompt_toolkit/prompt_toolkit-3.0.18.ebuild
+++ b/dev-python/prompt_toolkit/prompt_toolkit-3.0.18.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Building powerful interactive command lines in Python"