We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa12fa commit eca4c6eCopy full SHA for eca4c6e
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