commit: 3c2f522e4dc73c9fe1eb4cef127d8b974d399a52
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:34:06 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:34:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2f522e
dev-python/rustworkx: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rustworkx/rustworkx-0.16.0.ebuild | 2 +-
dev-python/rustworkx/rustworkx-0.17.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/rustworkx/rustworkx-0.16.0.ebuild
b/dev-python/rustworkx/rustworkx-0.16.0.ebuild
index 72e0ed90f111..5543cdc0e2ff 100644
--- a/dev-python/rustworkx/rustworkx-0.16.0.ebuild
+++ b/dev-python/rustworkx/rustworkx-0.16.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
CRATES="
[email protected]
diff --git a/dev-python/rustworkx/rustworkx-0.17.1.ebuild
b/dev-python/rustworkx/rustworkx-0.17.1.ebuild
index 032463bdd74a..17695781802c 100644
--- a/dev-python/rustworkx/rustworkx-0.17.1.ebuild
+++ b/dev-python/rustworkx/rustworkx-0.17.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
CRATES="
[email protected]