dev-build/automake-vanilla: disable py3.10

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-28 05:27:58 +01:00
parent 970225d86a
commit bdcbbf4158
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ EAPI=8
# Please do not apply any patches which affect the generated output from
# `automake`, as this package is used to submit patches upstream.
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_11 )
inherit python-any-r1

View File

@@ -6,7 +6,7 @@ EAPI=8
# Please do not apply any patches which affect the generated output from
# `automake`, as this package is used to submit patches upstream.
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_11 )
inherit python-any-r1

View File

@@ -6,7 +6,7 @@ EAPI=8
# Please do not apply any patches which affect the generated output from
# `automake`, as this package is used to submit patches upstream.
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
inherit python-any-r1

View File

@@ -6,7 +6,7 @@ EAPI=8
# Please do not apply any patches which affect the generated output from
# `automake`, as this package is used to submit patches upstream.
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
inherit python-any-r1

View File

@@ -6,7 +6,7 @@ EAPI=8
# Please do not apply any patches which affect the generated output from
# `automake`, as this package is used to submit patches upstream.
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
inherit python-any-r1