Skip to content

Commit 2ae2cb6

Browse files
authored
Merge pull request #95 from PyLops/python3.12
Add tests for python 3.12
2 parents c5f041c + 9e40703 commit 2ae2cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python-version: ['3.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1818
mpi: ['mpich', 'openmpi', 'intelmpi']
1919
exclude:
2020
- os: macos-latest
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Get history and tags for SCM versioning to work
3737
run: |
3838
git fetch --prune --unshallow
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
mpi: ${{ matrix.mpi }}
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Installing Dependencies

0 commit comments

Comments
 (0)