diff --git a/.github/workflows/datasets.yml b/.github/workflows/datasets.yml index 860d944696f9..6fddd8c5dda8 100644 --- a/.github/workflows/datasets.yml +++ b/.github/workflows/datasets.yml @@ -35,9 +35,7 @@ jobs: # Latest version which comes cached in the host image can be found here: # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#python # In case of a mismatch, the job has to download Python to install it. - # Note: Due to a bug in actions/setup-python, we have to put "3.10" in - # quotes as it will otherwise assume "3.1" - python: ['3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11', '3.12'] name: Python ${{ matrix.python }} diff --git a/.github/workflows/framework.yml b/.github/workflows/framework.yml index a8ff69204b58..1d0b901e5eb8 100644 --- a/.github/workflows/framework.yml +++ b/.github/workflows/framework.yml @@ -23,9 +23,7 @@ jobs: # Latest version which comes cached in the host image can be found here: # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#python # In case of a mismatch, the job has to download Python to install it. - # Note: Due to a bug in actions/setup-python, we have to put "3.10" in - # quotes as it will otherwise assume "3.1" - python: ['3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11', '3.12'] name: Python ${{ matrix.python }}