aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-05-02 19:49:46 -0400
committerHorea Christian <chr@chymera.eu>2023-05-02 19:49:46 -0400
commit60179e4c42b383e3e1ccf88abc93d6d1feae267d (patch)
tree2bb9124af12bd3d6f9028254aedff168d1fde998 /sci-biology/nilearn/nilearn-0.9.1.ebuild
parentsci-biology/bruker2nifti: enable py3.11 (diff)
downloadsci-60179e4c42b383e3e1ccf88abc93d6d1feae267d.tar.gz
sci-60179e4c42b383e3e1ccf88abc93d6d1feae267d.tar.bz2
sci-60179e4c42b383e3e1ccf88abc93d6d1feae267d.zip
sci-biology/nilearn: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology/nilearn/nilearn-0.9.1.ebuild')
-rw-r--r--sci-biology/nilearn/nilearn-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
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