Skip to content

Commit 7486735

Browse files
authored
Merge pull request #427 from cclauss/patch-1
ci: Add Python 3.11 to the testing
2 parents dba6527 + 3ae6fad commit 7486735

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
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.11'
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.10'

0 commit comments

Comments
 (0)