commit:     92a6e4d72ead268adb72991d42ceac9c82cca5c7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 27 14:40:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 14:40:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a6e4d7

sys-devel/gcc: enable py3.13

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/gcc/gcc-10.5.0.ebuild                | 4 ++--
 sys-devel/gcc/gcc-11.5.0.ebuild                | 4 ++--
 sys-devel/gcc/gcc-12.4.0.ebuild                | 4 ++--
 sys-devel/gcc/gcc-12.4.1_p20241219.ebuild      | 4 ++--
 sys-devel/gcc/gcc-12.4.1_p20250227.ebuild      | 2 +-
 sys-devel/gcc/gcc-12.4.1_p20250306.ebuild      | 2 +-
 sys-devel/gcc/gcc-12.4.1_p20250313.ebuild      | 2 +-
 sys-devel/gcc/gcc-12.4.1_p20250320.ebuild      | 2 +-
 sys-devel/gcc/gcc-12.5.9999.ebuild             | 4 ++--
 sys-devel/gcc/gcc-13.2.0.ebuild                | 4 ++--
 sys-devel/gcc/gcc-13.3.1_p20241220.ebuild      | 4 ++--
 sys-devel/gcc/gcc-13.3.1_p20250301.ebuild      | 2 +-
 sys-devel/gcc/gcc-13.3.1_p20250307.ebuild      | 2 +-
 sys-devel/gcc/gcc-13.3.1_p20250314.ebuild      | 2 +-
 sys-devel/gcc/gcc-13.3.1_p20250321.ebuild      | 2 +-
 sys-devel/gcc/gcc-13.4.9999.ebuild             | 4 ++--
 sys-devel/gcc/gcc-14.2.1_p20241221.ebuild      | 4 ++--
 sys-devel/gcc/gcc-14.2.1_p20250301.ebuild      | 2 +-
 sys-devel/gcc/gcc-14.2.1_p20250308.ebuild      | 2 +-
 sys-devel/gcc/gcc-14.2.1_p20250315.ebuild      | 2 +-
 sys-devel/gcc/gcc-14.2.1_p20250322.ebuild      | 2 +-
 sys-devel/gcc/gcc-14.3.9999.ebuild             | 4 ++--
 sys-devel/gcc/gcc-15.0.1_pre20250309.ebuild    | 2 +-
 sys-devel/gcc/gcc-15.0.1_pre20250316.ebuild    | 2 +-
 sys-devel/gcc/gcc-15.0.1_pre20250323-r1.ebuild | 2 +-
 sys-devel/gcc/gcc-15.0.1_pre20250323.ebuild    | 2 +-
 sys-devel/gcc/gcc-15.0.9999.ebuild             | 4 ++--
 sys-devel/gcc/gcc-8.5.0-r2.ebuild              | 4 ++--
 sys-devel/gcc/gcc-9.5.0.ebuild                 | 4 ++--
 29 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/sys-devel/gcc/gcc-10.5.0.ebuild b/sys-devel/gcc/gcc-10.5.0.ebuild
index 0f2205413cb9..99bf372fe115 100644
--- a/sys-devel/gcc/gcc-10.5.0.ebuild
+++ b/sys-devel/gcc/gcc-10.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ PATCH_GCC_VER="10.5.0"
 PATCH_VER="6"
 MUSL_VER="2"
 MUSL_GCC_VER="10.5.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-11.5.0.ebuild b/sys-devel/gcc/gcc-11.5.0.ebuild
index b378f2ea9405..5ba99978c476 100644
--- a/sys-devel/gcc/gcc-11.5.0.ebuild
+++ b/sys-devel/gcc/gcc-11.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ PATCH_GCC_VER="11.5.0"
 PATCH_VER="1"
 MUSL_VER="2"
 MUSL_GCC_VER="11.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.4.0.ebuild b/sys-devel/gcc/gcc-12.4.0.ebuild
index e3066d71350d..0be214e9c040 100644
--- a/sys-devel/gcc/gcc-12.4.0.ebuild
+++ b/sys-devel/gcc/gcc-12.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ PATCH_GCC_VER="12.4.0"
 PATCH_VER="1"
 MUSL_VER="1"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.4.1_p20241219.ebuild 
b/sys-devel/gcc/gcc-12.4.1_p20241219.ebuild
index 0e2516dfa303..95cfd10b5c14 100644
--- a/sys-devel/gcc/gcc-12.4.1_p20241219.ebuild
+++ b/sys-devel/gcc/gcc-12.4.1_p20241219.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ PATCH_GCC_VER="12.4.0"
 PATCH_VER="2"
 MUSL_VER="1"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.4.1_p20250227.ebuild 
b/sys-devel/gcc/gcc-12.4.1_p20250227.ebuild
index 2ea8273862ee..fd30643c8d53 100644
--- a/sys-devel/gcc/gcc-12.4.1_p20250227.ebuild
+++ b/sys-devel/gcc/gcc-12.4.1_p20250227.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="12.4.0"
 PATCH_VER="2"
 MUSL_VER="1"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.4.1_p20250306.ebuild 
b/sys-devel/gcc/gcc-12.4.1_p20250306.ebuild
index 83011b194d30..76bdbb176068 100644
--- a/sys-devel/gcc/gcc-12.4.1_p20250306.ebuild
+++ b/sys-devel/gcc/gcc-12.4.1_p20250306.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="12.4.0"
 PATCH_VER="2"
 MUSL_VER="1"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.4.1_p20250313.ebuild 
b/sys-devel/gcc/gcc-12.4.1_p20250313.ebuild
index 83011b194d30..76bdbb176068 100644
--- a/sys-devel/gcc/gcc-12.4.1_p20250313.ebuild
+++ b/sys-devel/gcc/gcc-12.4.1_p20250313.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="12.4.0"
 PATCH_VER="2"
 MUSL_VER="1"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.4.1_p20250320.ebuild 
b/sys-devel/gcc/gcc-12.4.1_p20250320.ebuild
index 83011b194d30..76bdbb176068 100644
--- a/sys-devel/gcc/gcc-12.4.1_p20250320.ebuild
+++ b/sys-devel/gcc/gcc-12.4.1_p20250320.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="12.4.0"
 PATCH_VER="2"
 MUSL_VER="1"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-12.5.9999.ebuild 
b/sys-devel/gcc/gcc-12.5.9999.ebuild
index 0043f4a8e801..d85e065cd130 100644
--- a/sys-devel/gcc/gcc-12.5.9999.ebuild
+++ b/sys-devel/gcc/gcc-12.5.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_GCC_VER="12.4.0"
 MUSL_GCC_VER="12.4.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-13.2.0.ebuild b/sys-devel/gcc/gcc-13.2.0.ebuild
index dc739761db42..d72c2588ff9e 100644
--- a/sys-devel/gcc/gcc-13.2.0.ebuild
+++ b/sys-devel/gcc/gcc-13.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_GCC_VER="13.2.0"

diff --git a/sys-devel/gcc/gcc-13.3.1_p20241220.ebuild 
b/sys-devel/gcc/gcc-13.3.1_p20241220.ebuild
index fe5ff279c92e..edfef155069c 100644
--- a/sys-devel/gcc/gcc-13.3.1_p20241220.ebuild
+++ b/sys-devel/gcc/gcc-13.3.1_p20241220.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ PATCH_GCC_VER="13.3.0"
 MUSL_GCC_VER="13.2.0"
 PATCH_VER="2"
 MUSL_VER="2"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-13.3.1_p20250301.ebuild 
b/sys-devel/gcc/gcc-13.3.1_p20250301.ebuild
index 4ffc7cf0e20a..4029cad2d060 100644
--- a/sys-devel/gcc/gcc-13.3.1_p20250301.ebuild
+++ b/sys-devel/gcc/gcc-13.3.1_p20250301.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="13.3.0"
 MUSL_GCC_VER="13.2.0"
 PATCH_VER="2"
 MUSL_VER="2"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-13.3.1_p20250307.ebuild 
b/sys-devel/gcc/gcc-13.3.1_p20250307.ebuild
index ac245b9b4177..38de5cbe6424 100644
--- a/sys-devel/gcc/gcc-13.3.1_p20250307.ebuild
+++ b/sys-devel/gcc/gcc-13.3.1_p20250307.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="13.3.0"
 MUSL_GCC_VER="13.2.0"
 PATCH_VER="2"
 MUSL_VER="2"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-13.3.1_p20250314.ebuild 
b/sys-devel/gcc/gcc-13.3.1_p20250314.ebuild
index ac245b9b4177..38de5cbe6424 100644
--- a/sys-devel/gcc/gcc-13.3.1_p20250314.ebuild
+++ b/sys-devel/gcc/gcc-13.3.1_p20250314.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="13.3.0"
 MUSL_GCC_VER="13.2.0"
 PATCH_VER="2"
 MUSL_VER="2"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-13.3.1_p20250321.ebuild 
b/sys-devel/gcc/gcc-13.3.1_p20250321.ebuild
index ac245b9b4177..38de5cbe6424 100644
--- a/sys-devel/gcc/gcc-13.3.1_p20250321.ebuild
+++ b/sys-devel/gcc/gcc-13.3.1_p20250321.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="13.3.0"
 MUSL_GCC_VER="13.2.0"
 PATCH_VER="2"
 MUSL_VER="2"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-13.4.9999.ebuild 
b/sys-devel/gcc/gcc-13.4.9999.ebuild
index 63dafe8c1a36..2c63f6165e7f 100644
--- a/sys-devel/gcc/gcc-13.4.9999.ebuild
+++ b/sys-devel/gcc/gcc-13.4.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_GCC_VER="13.3.0"
 MUSL_GCC_VER="13.3.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

diff --git a/sys-devel/gcc/gcc-14.2.1_p20241221.ebuild 
b/sys-devel/gcc/gcc-14.2.1_p20241221.ebuild
index 24c331b6c98b..df1147fa0bb4 100644
--- a/sys-devel/gcc/gcc-14.2.1_p20241221.ebuild
+++ b/sys-devel/gcc/gcc-14.2.1_p20241221.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ PATCH_GCC_VER="14.2.0"
 PATCH_VER="7"
 MUSL_VER="1"
 MUSL_GCC_VER="14.1.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-14.2.1_p20250301.ebuild 
b/sys-devel/gcc/gcc-14.2.1_p20250301.ebuild
index ec135f5bd0b7..47a10f1edee0 100644
--- a/sys-devel/gcc/gcc-14.2.1_p20250301.ebuild
+++ b/sys-devel/gcc/gcc-14.2.1_p20250301.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="14.2.0"
 PATCH_VER="8"
 MUSL_VER="1"
 MUSL_GCC_VER="14.1.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-14.2.1_p20250308.ebuild 
b/sys-devel/gcc/gcc-14.2.1_p20250308.ebuild
index 8797a7ea318b..b5ae50b50a45 100644
--- a/sys-devel/gcc/gcc-14.2.1_p20250308.ebuild
+++ b/sys-devel/gcc/gcc-14.2.1_p20250308.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="14.2.0"
 PATCH_VER="8"
 MUSL_VER="1"
 MUSL_GCC_VER="14.1.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-14.2.1_p20250315.ebuild 
b/sys-devel/gcc/gcc-14.2.1_p20250315.ebuild
index 8797a7ea318b..b5ae50b50a45 100644
--- a/sys-devel/gcc/gcc-14.2.1_p20250315.ebuild
+++ b/sys-devel/gcc/gcc-14.2.1_p20250315.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="14.2.0"
 PATCH_VER="8"
 MUSL_VER="1"
 MUSL_GCC_VER="14.1.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-14.2.1_p20250322.ebuild 
b/sys-devel/gcc/gcc-14.2.1_p20250322.ebuild
index 8797a7ea318b..b5ae50b50a45 100644
--- a/sys-devel/gcc/gcc-14.2.1_p20250322.ebuild
+++ b/sys-devel/gcc/gcc-14.2.1_p20250322.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="14.2.0"
 PATCH_VER="8"
 MUSL_VER="1"
 MUSL_GCC_VER="14.1.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-14.3.9999.ebuild 
b/sys-devel/gcc/gcc-14.3.9999.ebuild
index 84d9971ffbe8..fb406bea1fb5 100644
--- a/sys-devel/gcc/gcc-14.3.9999.ebuild
+++ b/sys-devel/gcc/gcc-14.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_GCC_VER="14.2.0"
 MUSL_GCC_VER="14.2.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-15.0.1_pre20250309.ebuild 
b/sys-devel/gcc/gcc-15.0.1_pre20250309.ebuild
index 729c8b24821d..52eabc5c65ca 100644
--- a/sys-devel/gcc/gcc-15.0.1_pre20250309.ebuild
+++ b/sys-devel/gcc/gcc-15.0.1_pre20250309.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="15.0.0"
 PATCH_VER="46"
 MUSL_VER="2"
 MUSL_GCC_VER="15.0.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-15.0.1_pre20250316.ebuild 
b/sys-devel/gcc/gcc-15.0.1_pre20250316.ebuild
index 2b8242c47ec0..5fbac8a31fc8 100644
--- a/sys-devel/gcc/gcc-15.0.1_pre20250316.ebuild
+++ b/sys-devel/gcc/gcc-15.0.1_pre20250316.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="15.0.0"
 PATCH_VER="47"
 MUSL_VER="2"
 MUSL_GCC_VER="15.0.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-15.0.1_pre20250323-r1.ebuild 
b/sys-devel/gcc/gcc-15.0.1_pre20250323-r1.ebuild
index 1e3625724cb0..ca63b7ee17dc 100644
--- a/sys-devel/gcc/gcc-15.0.1_pre20250323-r1.ebuild
+++ b/sys-devel/gcc/gcc-15.0.1_pre20250323-r1.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="15.0.0"
 PATCH_VER="48"
 MUSL_VER="2"
 MUSL_GCC_VER="15.0.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-15.0.1_pre20250323.ebuild 
b/sys-devel/gcc/gcc-15.0.1_pre20250323.ebuild
index 3afae12dbd43..e2ad5d945be6 100644
--- a/sys-devel/gcc/gcc-15.0.1_pre20250323.ebuild
+++ b/sys-devel/gcc/gcc-15.0.1_pre20250323.ebuild
@@ -9,7 +9,7 @@ PATCH_GCC_VER="15.0.0"
 PATCH_VER="48"
 MUSL_VER="2"
 MUSL_GCC_VER="15.0.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-15.0.9999.ebuild 
b/sys-devel/gcc/gcc-15.0.9999.ebuild
index 01eae230d759..62a72284c2a3 100644
--- a/sys-devel/gcc/gcc-15.0.9999.ebuild
+++ b/sys-devel/gcc/gcc-15.0.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_GCC_VER="15.0.0"
 MUSL_GCC_VER="15.0.0"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
        # Cheesy hack for RCs

diff --git a/sys-devel/gcc/gcc-8.5.0-r2.ebuild 
b/sys-devel/gcc/gcc-8.5.0-r2.ebuild
index bb2c7eb73ab8..9ea771d35d78 100644
--- a/sys-devel/gcc/gcc-8.5.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-8.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_SUFFIX="xz"
 TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_VER="4"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit toolchain
 

diff --git a/sys-devel/gcc/gcc-9.5.0.ebuild b/sys-devel/gcc/gcc-9.5.0.ebuild
index db195459e4a6..2123f87727ac 100644
--- a/sys-devel/gcc/gcc-9.5.0.ebuild
+++ b/sys-devel/gcc/gcc-9.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_DEV="sam"
 TOOLCHAIN_HAS_TESTS=1
 PATCH_GCC_VER="9.5.0"
 PATCH_VER="2"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 if [[ ${PV} == *.9999 ]] ; then
        MY_PV_2=$(ver_cut 2)

Reply via email to