Skip to content

Commit e330e38

Browse files
authored
Pybind 3.0.0 update (#126)
* Dont use pybind11 3.0.0 * Use pybind11 3.0.0 but skip pp38 and pp39 builds
1 parent 8d6360f commit e330e38

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["scikit-build-core", "pybind11"]
2+
requires = [
3+
"scikit-build-core",
4+
"pybind11"
5+
]
36
build-backend = "scikit_build_core.build"
47

58
[project]

0 commit comments

Comments
 (0)