Skip to content

Commit

Permalink
Merge pull request #427 from cclauss/patch-1
Browse files Browse the repository at this point in the history
ci: Add Python 3.11 to the testing
  • Loading branch information
rikardn authored Nov 10, 2022
2 parents dba6527 + 3ae6fad commit 7486735
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .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.11'
TEST_SYMPY: yes
OS: ubuntu-20.04
CC: gcc

- BUILD_TYPE: Debug
WITH_BFD: yes
PYTHON_VERSION: '3.10'
Expand Down

0 comments on commit 7486735

Please sign in to comment.