commit:     9c4a424afa17b0150d0fb10b63d7af2e29fcf337
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 17:17:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 17:36:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4a424a

dev-python/prompt_toolkit: Port to py3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7b528c8cdba..a280a736898 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"

Reply via email to