From ab652776c216583f44fb0e4e717b44a0420ff43c Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 13 Apr 2024 11:22:07 -0400 Subject: sys-libs/libxcrypt: enable py3.12 Closes: https://bugs.gentoo.org/929859 Signed-off-by: Mike Gilbert --- sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs/libxcrypt') diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild index 3faec08e8e41..3801c49f579a 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # NEED_BOOTSTRAP is for developers to quickly generate a tarball # for publishing to the tree. NEED_BOOTSTRAP="no" -- cgit v1.2.3-65-gdbad