commit: 10d07ab210cb625b4120362c45bf98e470015dfa
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 23:57:28 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 23:57:28 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10d07ab2
sci-libs/pybids: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/pybids/pybids-0.10.2.ebuild | 4 ++--
sci-libs/pybids/pybids-0.12.4.ebuild | 4 ++--
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