We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fa12fa + eca4c6e commit c206133Copy full SHA for c206133
1 file changed
.github/workflows/build.yaml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
platform: [ ubuntu-latest, macos-13 ]
10
- python-version: ["3.10", ] # "3.11" temporarely removed due to issues with scikit-fmm
+ python-version: ["3.10", "3.11", "3.12"]
11
12
runs-on: ${{ matrix.platform }}
13
steps:
0 commit comments