From c3df4ab6e2c4549a2d00a05a66d436225291d8b7 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 2 May 2023 19:48:31 -0400 Subject: sci-libs/nibabel: enable py3.11 Signed-off-by: Horea Christian --- sci-libs/nibabel/nibabel-4.0.0.ebuild | 4 ++-- sci-libs/nibabel/nibabel-5.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/nibabel/nibabel-4.0.0.ebuild b/sci-libs/nibabel/nibabel-4.0.0.ebuild index 2de1e6dc9..4a24fb940 100644 --- a/sci-libs/nibabel/nibabel-4.0.0.ebuild +++ b/sci-libs/nibabel/nibabel-4.0.0.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} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/sci-libs/nibabel/nibabel-5.0.0.ebuild b/sci-libs/nibabel/nibabel-5.0.0.ebuild index 07c2b35fc..0fec805b1 100644 --- a/sci-libs/nibabel/nibabel-5.0.0.ebuild +++ b/sci-libs/nibabel/nibabel-5.0.0.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} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 -- cgit v1.2.3-65-gdbad