commit: 11d4785f4195f90b94d490d595fa85e113463f9e
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:49:18 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:49:18 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11d4785f
sci-libs/pybids: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
sci-libs/pybids/pybids-0.12.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pybids/pybids-0.12.4-r1.ebuild
b/sci-libs/pybids/pybids-0.12.4-r1.ebuild
index 8900a5047..78e299657 100644
--- a/sci-libs/pybids/pybids-0.12.4-r1.ebuild
+++ b/sci-libs/pybids/pybids-0.12.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1