diff --git a/dev-python/asciimatics/asciimatics-1.13.0.ebuild b/dev-python/asciimatics/asciimatics-1.13.0.ebuild index ab3809a439..7a1e7728e4 100644 --- a/dev-python/asciimatics/asciimatics-1.13.0.ebuild +++ b/dev-python/asciimatics/asciimatics-1.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations" diff --git a/dev-python/asciimatics/asciimatics-9999.ebuild b/dev-python/asciimatics/asciimatics-9999.ebuild index 75c2d5f680..47254c49fa 100644 --- a/dev-python/asciimatics/asciimatics-9999.ebuild +++ b/dev-python/asciimatics/asciimatics-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations"