From 832d88cb2a76d93024543107ca025addb4e4e41e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Jun 2021 20:14:00 +0200 Subject: dev-python/scandir: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/scandir/scandir-1.10.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/scandir') diff --git a/dev-python/scandir/scandir-1.10.0-r2.ebuild b/dev-python/scandir/scandir-1.10.0-r2.ebuild index e7b5cb0def6e..a1eb3af2ae21 100644 --- a/dev-python/scandir/scandir-1.10.0-r2.ebuild +++ b/dev-python/scandir/scandir-1.10.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad