commit: aca7626592759af9aac5b999d5df2271d8d786c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:24:10 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:24:10 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca76265
dev-python/rpy2: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rpy2/rpy2-3.5.14.ebuild | 4 ++--
dev-python/rpy2/rpy2-3.6.4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/rpy2/rpy2-3.5.14.ebuild
b/dev-python/rpy2/rpy2-3.5.14.ebuild
index 8b4627b0e4d0..209310bc5309 100644
--- a/dev-python/rpy2/rpy2-3.5.14.ebuild
+++ b/dev-python/rpy2/rpy2-3.5.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
inherit distutils-r1 pypi optfeature
diff --git a/dev-python/rpy2/rpy2-3.6.4.ebuild
b/dev-python/rpy2/rpy2-3.6.4.ebuild
index a78e3c2ea684..5e70de63de32 100644
--- a/dev-python/rpy2/rpy2-3.6.4.ebuild
+++ b/dev-python/rpy2/rpy2-3.6.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi