From e98ebaa2e4cda87d4d6d07c9d52702e49ac971f7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 22 Aug 2020 11:57:01 +0200 Subject: dev-util/umockdev: Tested up to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/718298 Signed-off-by: Michał Górny --- dev-util/umockdev/umockdev-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/umockdev/umockdev-0.12.1.ebuild b/dev-util/umockdev/umockdev-0.12.1.ebuild index 6f0275625128..a3ebfc339420 100644 --- a/dev-util/umockdev/umockdev-0.12.1.ebuild +++ b/dev-util/umockdev/umockdev-0.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6..9} ) inherit multilib-minimal python-any-r1 -- cgit v1.2.3-65-gdbad