From d7d9ec5b18d9ade8a593c14e7a992c2c4b14ac12 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 12 Jul 2022 18:03:53 -0400 Subject: [PATCH] dev-python/spikeextractors: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian --- dev-python/spikeextractors/spikeextractors-0.9.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/spikeextractors/spikeextractors-0.9.7.ebuild b/dev-python/spikeextractors/spikeextractors-0.9.7.ebuild index 32c0306..6d63fc9 100644 --- a/dev-python/spikeextractors/spikeextractors-0.9.7.ebuild +++ b/dev-python/spikeextractors/spikeextractors-0.9.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) # dev-python/hdf5storage is holding 3.10 back inherit distutils-r1