Skip to content

Commit

Permalink
Merge pull request #31 from stweil/master
Browse files Browse the repository at this point in the history
Allow newer versions of pybind11 (required for Python 3.11)
  • Loading branch information
brandonmpetty authored Jun 24, 2023
2 parents 7324ec8 + ab8a968 commit a00a2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bindings/Python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=42", "wheel", "pybind11==2.7.1"]
requires = ["setuptools>=42", "wheel", "pybind11~=2.7"]
build-backend = "setuptools.build_meta"

0 comments on commit a00a2a1

Please sign in to comment.