diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 20:55:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:00:41 +0200 |
commit | 7ea25f4b923a12b2c4acb2dfd27b8130c04e58a2 (patch) | |
tree | 598911d3b6e5add9d6e79d3bf7bef5f7fc87de8e /net-libs/libsearpc | |
parent | net-dialup/freeradius: enable py3.12 (diff) | |
download | gentoo-7ea25f4b923a12b2c4acb2dfd27b8130c04e58a2.tar.gz gentoo-7ea25f4b923a12b2c4acb2dfd27b8130c04e58a2.tar.bz2 gentoo-7ea25f4b923a12b2c4acb2dfd27b8130c04e58a2.zip |
net-libs/libsearpc: enable py3.12
Closes: https://bugs.gentoo.org/929706
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-libs/libsearpc')
-rw-r--r-- | net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |