Skip to content

Commit eca4c6e

Browse files
committed
ci: reinstate python 3.11 and add 3.12 to GA
1 parent 2fa12fa commit eca4c6e

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)