Skip to content

Commit

Permalink
Upgrade to latest pybind11
Browse files Browse the repository at this point in the history
This version claims to add support for Python 3.12.
  • Loading branch information
bmerry committed Aug 2, 2023
1 parent 0c1f30e commit 131b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "pybind11==2.10.3", "setuptools_scm==7.1.0"]
requires = ["setuptools", "wheel", "pybind11==2.11.1", "setuptools_scm==7.1.0"]

[tool.cibuildwheel]
build-frontend = "build"
Expand Down

0 comments on commit 131b42b

Please sign in to comment.