diff --git a/.github/workflows/dev_tests.yaml b/.github/workflows/dev_tests.yaml index fcb511fa8..ad9c0bf7b 100644 --- a/.github/workflows/dev_tests.yaml +++ b/.github/workflows/dev_tests.yaml @@ -13,13 +13,13 @@ jobs: runs-on: "${{ matrix.os }}" strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13"] os: - ubuntu-latest - macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v3 with: