Skip to content

Commit

Permalink
Merge branch 'topic/default/check-py3.12-numpy2.0' into 'branch/default'
Browse files Browse the repository at this point in the history
Check Python 3.12 and Numpy 2.0

See merge request fluiddyn/fluidfft!64
  • Loading branch information
paugier committed Jul 23, 2024
2 parents 7a6c075 + 5c1f5ed commit 217d050
Show file tree
Hide file tree
Showing 6 changed files with 7,675 additions and 12,275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
fail-fast: false
matrix:
os: ["windows-2022", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.4.1
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.11.1
pixi-version: v0.26.1
cache: false
- name: Install
run: |
Expand Down
Loading

0 comments on commit 217d050

Please sign in to comment.