Skip to content

Commit

Permalink
Remove python 3.10 from CI
Browse files Browse the repository at this point in the history
Update pixi.lock file with pixi 0.39.2
  • Loading branch information
deltamarnix committed Dec 12, 2024
1 parent 2f607c7 commit 20273e6
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 1,390 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run ruff
run: pixi run lint

build:
name: Build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,14 +61,14 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-13, windows-2022 ]
python: [ "310", "311", "312", "313" ]
python: [ "311", "312", "313" ]
env:
GCC_V: 11
steps:

- name: Checkout repo
uses: actions/checkout@v4

- name: Install nightly build
uses: modflowpy/install-modflow-action@v1
with:
Expand Down
Loading

0 comments on commit 20273e6

Please sign in to comment.