Skip to content

Commit

Permalink
ci(dev): Remove python 3.10
Browse files Browse the repository at this point in the history
It's about to be deprecated, and it's useful to have tomllib around.
  • Loading branch information
teald committed Dec 12, 2024
1 parent aee8de8 commit 535bf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 535bf6f

Please sign in to comment.