commit: 60179e4c42b383e3e1ccf88abc93d6d1feae267d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 23:49:46 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 23:49:46 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=60179e4c
sci-biology/nilearn: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/nilearn/nilearn-0.8.1.ebuild | 4 ++--
sci-biology/nilearn/nilearn-0.9.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/nilearn/nilearn-0.8.1.ebuild
b/sci-biology/nilearn/nilearn-0.8.1.ebuild
index 2592a63fb..65711c867 100644
--- a/sci-biology/nilearn/nilearn-0.8.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
diff --git a/sci-biology/nilearn/nilearn-0.9.1.ebuild
b/sci-biology/nilearn/nilearn-0.9.1.ebuild
index c14c8f665..63a990451 100644
--- a/sci-biology/nilearn/nilearn-0.9.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1