Skip to content

Commit 48e2b2f

Browse files
Merge pull request #466 from OpenMined/feature/python-11-support
added support for python 3.11
2 parents 86512e2 + 068fd8a commit 48e2b2f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ docs/_generate/*
5858
*.gcov
5959
coverage_report/*
6060
!coverage_report/index.html
61+
62+
.python-version

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ http_archive(
1212
http_archive(
1313
name = "pybind11",
1414
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"],
15+
strip_prefix = "pybind11-2.11.1",
16+
urls = ["https://github.com/pybind/pybind11/archive/v2.11.1.zip"],
1717
)
1818

1919
load("@pybind11_bazel//:python_configure.bzl", "python_configure")

0 commit comments

Comments
 (0)