Skip to content

Commit c206133

Browse files
authored
Merge pull request #676 from mrava87/ci-py311_312
ci: reinstate python 3.11 and add 3.12 to GA
2 parents 2fa12fa + eca4c6e commit c206133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ ubuntu-latest, macos-13 ]
10-
python-version: ["3.10", ] # "3.11" temporarely removed due to issues with scikit-fmm
10+
python-version: ["3.10", "3.11", "3.12"]
1111

1212
runs-on: ${{ matrix.platform }}
1313
steps:

0 commit comments

Comments
 (0)