commit: 7ea25f4b923a12b2c4acb2dfd27b8130c04e58a2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 18:55:08 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 19:00:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea25f4b
net-libs/libsearpc: enable py3.12 Closes: https://bugs.gentoo.org/929706 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild b/net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild index 4b9a30057f37..5784ebeeb82b 100644 --- a/net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild +++ b/net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="15f6f0b9f451b9ecf99dedab72e9242e54e124eb" #tag v3.3-latest
