Skip to content

Commit 431a71b

Browse files
CI testing for [email protected] (#978)
* Extend CI matrix to Python 3.14 * python@14: use numba RC * oversubscribe * [email protected] release * macos-latest
1 parent 892add6 commit 431a71b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/dolfinx-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
PETSC_ARCH: linux-gnu-complex64-32
3636
OMPI_ALLOW_RUN_AS_ROOT: 1
3737
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
38+
PRTE_MCA_rmaps_default_mapping_policy: :oversubscribe # Newer OpenMPI
39+
OMPI_MCA_rmaps_base_oversubscribe: true # Older OpenMPI
3840

3941
steps:
4042
- uses: actions/checkout@v5

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build:
2323
name: Build and test (MacOS)
24-
runs-on: macos-13
24+
runs-on: macos-latest
2525
steps:
2626
- uses: actions/checkout@v5
2727
- name: Set up Python

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-22.04]
50-
python-version: ["3.10", "3.11", "3.12", "3.13"]
50+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5151
steps:
5252
- uses: actions/checkout@v5
5353
- name: Set up Python

0 commit comments

Comments
 (0)