Skip to content

Commit 7f64e19

Browse files
committed
Check Python 3.12 and Numpy 2.0
1 parent 7a6c075 commit 7f64e19

File tree

5 files changed

+7490
-12067
lines changed

5 files changed

+7490
-12067
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.9, "3.10", "3.11"]
12+
python-version: [3.9, "3.10", "3.11", "3.12"]
1313

1414
steps:
1515

.github/workflows/ci-pixi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ["windows-2022", "macos-latest"]
14-
python-version: ["3.9", "3.10", "3.11"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
defaults:
1616
run:
1717
shell: bash -l {0}
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: prefix-dev/setup-pixi@v0.4.1
20+
- uses: prefix-dev/setup-pixi@v0.8.1
2121
with:
22-
pixi-version: v0.11.1
22+
pixi-version: v0.26.1
2323
cache: false
2424
- name: Install
2525
run: |

0 commit comments

Comments
 (0)