sys-libs/libxcrypt: enable py3.14

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-20 21:42:47 +01:00
parent c8e321f69d
commit 9c9df26075
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
# NEED_BOOTSTRAP is for developers to quickly generate a tarball
# for publishing to the tree.
NEED_BOOTSTRAP="no"

View File

@@ -1,9 +1,9 @@
# Copyright 2004-2025 Gentoo Authors
# Copyright 2004-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
# NEED_BOOTSTRAP is for developers to quickly generate a tarball
# for publishing to the tree.
NEED_BOOTSTRAP="no"