diff options
author | Horea Christian <chr@chymera.eu> | 2023-05-02 19:49:46 -0400 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2023-05-02 19:49:46 -0400 |
commit | 60179e4c42b383e3e1ccf88abc93d6d1feae267d (patch) | |
tree | 2bb9124af12bd3d6f9028254aedff168d1fde998 /sci-biology | |
parent | sci-biology/bruker2nifti: enable py3.11 (diff) | |
download | sci-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')
-rw-r--r-- | sci-biology/nilearn/nilearn-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | 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 |