Skip to content

Commit 20273e6

Browse files
committed
Remove python 3.10 from CI
Update pixi.lock file with pixi 0.39.2
1 parent 2f607c7 commit 20273e6

File tree

3 files changed

+663
-1390
lines changed

3 files changed

+663
-1390
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Run ruff
3131
run: pixi run lint
32-
32+
3333
build:
3434
name: Build
3535
runs-on: ubuntu-latest
@@ -61,14 +61,14 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
os: [ ubuntu-22.04, macos-13, windows-2022 ]
64-
python: [ "310", "311", "312", "313" ]
64+
python: [ "311", "312", "313" ]
6565
env:
6666
GCC_V: 11
6767
steps:
6868

6969
- name: Checkout repo
7070
uses: actions/checkout@v4
71-
71+
7272
- name: Install nightly build
7373
uses: modflowpy/install-modflow-action@v1
7474
with:

0 commit comments

Comments
 (0)