Skip to content

Commit

Permalink
feat: adapt cicd to also use 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 21, 2023
1 parent 9a766a5 commit ae3db69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand All @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
extras-version: ['fluent-all', 'mapdl-all', 'tools']

steps:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Build wheelhouse and perform smoke test
Expand Down

0 comments on commit ae3db69

Please sign in to comment.