Skip to content
Open
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
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
include:
- BUILD_TYPE: Release
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
BUILD_SHARED_LIBS: yes
SYMENGINE_PY_LIMITED_API: '3.11'
OS: ubuntu-22.04
Expand Down Expand Up @@ -44,28 +44,28 @@ jobs:
CC: gcc

- BUILD_TYPE: Release
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
BUILD_SHARED_LIBS: yes
OS: ubuntu-22.04
CC: gcc

- BUILD_TYPE: Release
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
WITH_MPFR: yes
INTEGER_CLASS: gmpxx
WITH_NUMPY: no
OS: ubuntu-22.04
CC: gcc

- BUILD_TYPE: Release
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
WITH_MPC: yes
OS: ubuntu-22.04
CC: gcc

- BUILD_TYPE: Release
WITH_MPFR: yes
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
OS: ubuntu-22.04
CC: gcc

Expand All @@ -91,14 +91,14 @@ jobs:
# CC: gcc

- BUILD_TYPE: Debug
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
WITH_BFD: yes
BUILD_SHARED_LIBS: yes
OS: ubuntu-22.04
CC: clang

- BUILD_TYPE: Release
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
WITH_NUMPY: yes
OS: ubuntu-22.04
CC: clang
Expand All @@ -117,7 +117,7 @@ jobs:
EXTRA_APT_PACKAGES: 'llvm-18'

- BUILD_TYPE: Debug
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
WITH_SCIPY: yes
WITH_LLVM: 5.0
OS: macos-15-intel
Expand All @@ -130,13 +130,13 @@ jobs:
CC: clang

- BUILD_TYPE: Debug
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
WITH_NUMPY: no
OS: macos-15-intel
CC: gcc

- BUILD_TYPE: Release
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.14'
OS: macos-15-intel
CC: gcc

Expand All @@ -155,7 +155,7 @@ jobs:

steps:

- uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@v4
if: matrix.MSYS_ENV == ''
with:
activate-environment: symengine
Expand All @@ -165,7 +165,7 @@ jobs:
conda-remove-defaults: "true"

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Build and test symengine
shell: bash -el {0}
Expand Down