diff --git a/.github/workflows/framework.yml b/.github/workflows/framework.yml index a5d2b71f7beb..a8ff69204b58 100644 --- a/.github/workflows/framework.yml +++ b/.github/workflows/framework.yml @@ -25,7 +25,7 @@ jobs: # 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.8, 3.9, '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] name: Python ${{ matrix.python }}