commit: 88fafc47865d71b0fe9fef590f5d82bc0d6a92dd
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 16:11:53 2022 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 16:11:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fafc47
sci-libs/numkit: Add py 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
sci-libs/numkit/numkit-1.1.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/numkit/numkit-1.1.2-r1.ebuild
b/sci-libs/numkit/numkit-1.1.2-r1.ebuild
index 80b313603db7..a47312e24d4f 100644
--- a/sci-libs/numkit/numkit-1.1.2-r1.ebuild
+++ b/sci-libs/numkit/numkit-1.1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Numerical first aid kit (with numpy/scipy)"