From 535bf6f9cb9d7240b318b009ee8935b37dfc299b Mon Sep 17 00:00:00 2001 From: teald Date: Thu, 12 Dec 2024 10:34:36 -0800 Subject: [PATCH] ci(dev): Remove python 3.10 It's about to be deprecated, and it's useful to have tomllib around. --- .github/workflows/dev_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: