dev-python/aws-sam-translator: enable py3.14

Partial py3.14 support is available since 1.108.0 which is good enough
for us. Add py3.14 to 1.108.0 to get it to a stable candidate sooner.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/697
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-04-18 08:12:31 +03:00
committed by Michał Górny
parent ab1f4ecfed
commit 3a7e25bf83
2 changed files with 2 additions and 4 deletions

View File

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

View File

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