commit: 80c6e7ee2468e335cafbb7e0062265f49f58c2f0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:11:43 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:21:32 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c6e7ee
dev-python/oct2py: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oct2py/oct2py-5.8.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/oct2py/oct2py-5.8.0.ebuild
b/dev-python/oct2py/oct2py-5.8.0.ebuild
index 2149bfc0ec50..be61d201abb5 100644
--- a/dev-python/oct2py/oct2py-5.8.0.ebuild
+++ b/dev-python/oct2py/oct2py-5.8.0.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=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi