diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index e27a4d85b..0d67e6c22 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -15,11 +15,11 @@ jobs: - "ubuntu-22.04" - "ubuntu-24.04" python-version: - - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" + - "3.13" runs-on: ${{ matrix.os }} container: python:${{ matrix.python-version }} steps: @@ -31,7 +31,6 @@ jobs: strategy: matrix: os: - - macos-12 - macos-13 - macos-14 runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ab33d4946..5ecbc3fdb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,11 +12,11 @@ jobs: strategy: matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" + - "3.13" container: python:${{ matrix.python-version }} steps: - run: echo "${HOME}/.local/bin" >> $GITHUB_PATH