File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ jobs:
8181 include :
8282 - os : ubuntu-latest
8383 container : ghcr.io/viennatools/vienna-builder:python
84- skip : " cp36-* cp37-* cp38-* cp39-*"
84+ skip : " cp36-* cp37-* cp38-* cp39-* pp37-* pp38-* pp39-* "
8585
8686 - os : windows-latest
87- skip : " cp36-* cp37-* cp38-* cp39-*"
87+ skip : " cp36-* cp37-* cp38-* cp39-* pp37-* pp38-* pp39-* "
8888
8989 - os : macos-latest
90- skip : " cp36-* cp37-* cp38-* cp39-* cp310-*"
90+ skip : " cp36-* cp37-* cp38-* cp39-* cp310-* pp37-* pp38-* pp39-* "
9191
9292 runs-on : ${{ matrix.os }}
9393 container : ${{ matrix.container }}
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" scikit-build-core" , " pybind11" ]
2+ requires = [
3+ " scikit-build-core" ,
4+ " pybind11"
5+ ]
36build-backend = " scikit_build_core.build"
47
58[project ]
You can’t perform that action at this time.
0 commit comments