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.
2 parents 86512e2 + 068fd8a commit 48e2b2fCopy full SHA for 48e2b2f
2 files changed
.gitignore
@@ -58,3 +58,5 @@ docs/_generate/*
58
*.gcov
59
coverage_report/*
60
!coverage_report/index.html
61
+
62
+.python-version
WORKSPACE
@@ -12,8 +12,8 @@ http_archive(
12
http_archive(
13
name = "pybind11",
14
build_file = "@pybind11_bazel//:pybind11.BUILD",
15
- strip_prefix = "pybind11-2.6.2",
16
- urls = ["https://github.com/pybind/pybind11/archive/v2.6.2.zip"],
+ strip_prefix = "pybind11-2.11.1",
+ urls = ["https://github.com/pybind/pybind11/archive/v2.11.1.zip"],
17
)
18
19
load("@pybind11_bazel//:python_configure.bzl", "python_configure")
0 commit comments