We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3022e03 commit d311511Copy full SHA for d311511
.github/workflows/tests.yml
@@ -106,7 +106,7 @@ jobs:
106
matrix:
107
include:
108
- os: ubuntu-latest
109
- only: cp313t-manylinux_x86_64
+ only: cp314t-manylinux_x86_64
110
- os: ubuntu-24.04-arm
111
only: cp313-manylinux_aarch64
112
- os: windows-latest
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["scikit-build-core>=0.11", "pybind11==3.0.0rc3"]
+requires = ["scikit-build-core>=0.11", "pybind11>=3"]
3
build-backend = "scikit_build_core.build"
4
5
[project]
0 commit comments