Skip to content

Commit 4bfe482

Browse files
committed
Bump required pybind11 to 2.13
This is necessary for the `py::mod_gil_not_used` tag.
1 parent 235bf97 commit 4bfe482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ requires-python = ">=3.10"
4747
# Should be a copy of the build dependencies below.
4848
dev = [
4949
"meson-python>=0.13.1",
50-
"pybind11>=2.6,!=2.13.3",
50+
"pybind11>=2.13,!=2.13.3",
5151
"setuptools_scm>=7",
5252
# Not required by us but setuptools_scm without a version, cso _if_
5353
# installed, then setuptools_scm 8 requires at least this version.
@@ -71,7 +71,7 @@ build-backend = "mesonpy"
7171
# Also keep in sync with optional dependencies above.
7272
requires = [
7373
"meson-python>=0.13.1",
74-
"pybind11>=2.6,!=2.13.3",
74+
"pybind11>=2.13,!=2.13.3",
7575
"setuptools_scm>=7",
7676
]
7777

0 commit comments

Comments
 (0)