commit: ba23f449895395fe71e5a2ba8340cf89118c4b0b Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Jan 10 02:06:05 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Jan 10 02:17:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba23f449
dev-python/pyatspi: Add Python 3.9 compat Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-python/pyatspi/pyatspi-2.36.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild b/dev-python/pyatspi/pyatspi-2.36.0.ebuild index fc64d663390..eb0d1d6d98b 100644 --- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild +++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit gnome2 python-r1 virtualx