diff options
author | Horea Christian <chr@chymera.eu> | 2023-05-02 19:57:28 -0400 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2023-05-02 19:57:28 -0400 |
commit | 10d07ab210cb625b4120362c45bf98e470015dfa (patch) | |
tree | b9dcc34f374800ddf559b0bbfa23f9f5d994e084 /sci-libs | |
parent | dev-python/grabbit: enable py3.11 (diff) | |
download | sci-10d07ab210cb625b4120362c45bf98e470015dfa.tar.gz sci-10d07ab210cb625b4120362c45bf98e470015dfa.tar.bz2 sci-10d07ab210cb625b4120362c45bf98e470015dfa.zip |
sci-libs/pybids: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pybids/pybids-0.10.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pybids/pybids-0.12.4.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pybids/pybids-0.6.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild index 8ddf531e8..5f2776855 100644 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ b/sci-libs/pybids/pybids-0.10.2.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-libs/pybids/pybids-0.12.4.ebuild b/sci-libs/pybids/pybids-0.12.4.ebuild index ffc9fad38..7860d69c9 100644 --- a/sci-libs/pybids/pybids-0.12.4.ebuild +++ b/sci-libs/pybids/pybids-0.12.4.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/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild index 47262bccd..6103c3191 100644 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ b/sci-libs/pybids/pybids-0.6.5.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 |