diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-01-09 21:06:05 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-09 21:17:41 -0500 |
commit | ba23f449895395fe71e5a2ba8340cf89118c4b0b (patch) | |
tree | a8ed9d1bf4d5ca522e2f1e22fc3ee01fd28bcddf /dev-python/pyatspi | |
parent | dev-python/pyatspi: Fix test deps (diff) | |
download | gentoo-ba23f449895395fe71e5a2ba8340cf89118c4b0b.tar.gz gentoo-ba23f449895395fe71e5a2ba8340cf89118c4b0b.tar.bz2 gentoo-ba23f449895395fe71e5a2ba8340cf89118c4b0b.zip |
dev-python/pyatspi: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/pyatspi')
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.36.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild b/dev-python/pyatspi/pyatspi-2.36.0.ebuild index fc64d6633908..eb0d1d6d98b9 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 |