Skip to content

Commit

Permalink
Merge pull request #451 from cclauss/patch-1
Browse files Browse the repository at this point in the history
ci: Add Python 3.12 to the testing
  • Loading branch information
certik authored Oct 1, 2023
2 parents 8d5d63c + a22115c commit 748c6ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
fail-fast: false
matrix:
include:
- BUILD_TYPE: Debug
WITH_BFD: yes
PYTHON_VERSION: '3.12'
TEST_SYMPY: yes
OS: ubuntu-20.04
CC: gcc

- BUILD_TYPE: Debug
WITH_BFD: yes
PYTHON_VERSION: '3.11'
Expand Down Expand Up @@ -138,7 +145,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and test symengine
shell: bash
Expand Down

0 comments on commit 748c6ca

Please sign in to comment.