From eafc82f0ed8e38123e1a1a4806f5c67d58c7fa50 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Mon, 7 Jun 2021 15:14:30 +0300 Subject: [PATCH] dev-python/exam: enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/exam/exam-0.10.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/exam/exam-0.10.6.ebuild b/dev-python/exam/exam-0.10.6.ebuild index ca62934620c0e..da368d0c99a5e 100644 --- a/dev-python/exam/exam-0.10.6.ebuild +++ b/dev-python/exam/exam-0.10.6.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" +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1