diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 08b12177c..369fb9cbb 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x", "3.13.x"] + python-version: ["3.10.x", "3.11.x", "3.12.x", "3.13.x"] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/check-imports.yml b/.github/workflows/check-imports.yml index db5141e7d..cb5b9588c 100644 --- a/.github/workflows/check-imports.yml +++ b/.github/workflows/check-imports.yml @@ -32,11 +32,11 @@ jobs: - name: Check out Repository uses: actions/checkout@v4 - # These tests run on Python 3.10 + # These tests run on Python 3.12 - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10.9' + python-version: '3.12.8' # Runs a set of commands using the runners shell - name: Set up Path diff --git a/.github/workflows/check-notebooks.yml b/.github/workflows/check-notebooks.yml index 2465ac866..222f9847c 100644 --- a/.github/workflows/check-notebooks.yml +++ b/.github/workflows/check-notebooks.yml @@ -32,11 +32,11 @@ jobs: - name: Check out Repository uses: actions/checkout@v4 - # These tests run on Python 3.10 + # These tests run on Python 3.12 - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10.9' + python-version: '3.12.8' # Runs a set of commands using the runners shell - name: Set up Path diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index 7f81c126f..d17e5cf73 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -32,11 +32,11 @@ jobs: - name: Check out Repository uses: actions/checkout@v4 - # These tests run on Python 3.10 + # These tests run on Python 3.12 - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10.9' + python-version: '3.12.8' # Runs a set of commands using the runners shell - name: Set up Path