Skip to content

Commit 0cc998a

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

File tree

5 files changed

+7488
-12065
lines changed

5 files changed

+7488
-12065
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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}

0 commit comments

Comments
 (0)