Skip to content

Commit 748c6ca

Browse files
authored
Merge pull request #451 from cclauss/patch-1
ci: Add Python 3.12 to the testing
2 parents 8d5d63c + a22115c commit 748c6ca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ jobs:
88
fail-fast: false
99
matrix:
1010
include:
11+
- BUILD_TYPE: Debug
12+
WITH_BFD: yes
13+
PYTHON_VERSION: '3.12'
14+
TEST_SYMPY: yes
15+
OS: ubuntu-20.04
16+
CC: gcc
17+
1118
- BUILD_TYPE: Debug
1219
WITH_BFD: yes
1320
PYTHON_VERSION: '3.11'
@@ -138,7 +145,7 @@ jobs:
138145

139146
steps:
140147
- name: Checkout code
141-
uses: actions/checkout@v3
148+
uses: actions/checkout@v4
142149

143150
- name: Build and test symengine
144151
shell: bash

0 commit comments

Comments
 (0)