Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.12"]
python-version: ["3.14"]
name: [""]
include:
- os: ubuntu-latest
python-version: "3.10"
python-version: "3.13"
- os: ubuntu-latest
python-version: "3.12"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.14"
pip-pre: "--pre" # Installs pre-release versions of pip dependencies
name: "Pre-release dependencies"
test-mpi: False
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.13"
test-mpi: true
name: "include MPI testing"
- os: ubuntu-latest
python-version: "3.13"
- os: ubuntu-latest
python-version: "3.14"

steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -73,5 +73,5 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- uses: astral-sh/ruff-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.12
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- run: pip install uv
- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout source
uses: actions/checkout@v6

- name: Set up Python 3.12
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Install build dependencies
run: |
Expand Down