dev-python/aws-sam-translator: link issue for py3.14 support

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44560
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-11-10 02:28:52 +02:00
committed by Sam James
parent 94934d90d1
commit f1a11ea992

View File

@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
# py3.14: https://github.com/aws/serverless-application-model/issues/3831
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1