From 20196a02abf0155fa0a30ed01881d5aa62cf3ee3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 30 Jul 2021 16:01:19 +0300 Subject: [PATCH] dev-python/pathtools: enable py3.10 and disable py3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arthur Zamarin Signed-off-by: Michał Górny --- dev-python/pathtools/pathtools-0.1.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild index cd695cccc74b5..4d4dccf65f8c4 100644 --- a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild +++ b/dev-python/pathtools/pathtools-0.1.2-r3.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..9}) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1