From 6fc5ce4f0744293e64bbfab9260782d475afefde Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Thu, 20 May 2021 16:20:12 +0300 Subject: [PATCH] dev-python/pytest-datadir: bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild index 12ceeb6ae7c8f..1b2a632889730 100644 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.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,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1