From 3cbf3cbfba9d9ac6288a6c9b5e0664b68067489f Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Mon, 10 May 2021 13:51:13 +0100 Subject: [PATCH] dev-python/fastimport: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Closes: https://github.com/gentoo/gentoo/pull/20759 Signed-off-by: Michał Górny --- dev-python/fastimport/fastimport-0.9.11.ebuild | 2 +- dev-python/fastimport/fastimport-0.9.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fastimport/fastimport-0.9.11.ebuild b/dev-python/fastimport/fastimport-0.9.11.ebuild index a000b6debba9b..9703a9d9986a0 100644 --- a/dev-python/fastimport/fastimport-0.9.11.ebuild +++ b/dev-python/fastimport/fastimport-0.9.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 diff --git a/dev-python/fastimport/fastimport-0.9.12.ebuild b/dev-python/fastimport/fastimport-0.9.12.ebuild index 1903c77d28c4c..c1f987bb42a40 100644 --- a/dev-python/fastimport/fastimport-0.9.12.ebuild +++ b/dev-python/fastimport/fastimport-0.9.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1