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