Skip to content

Commit

Permalink
Merge pull request #466 from OpenMined/feature/python-11-support
Browse files Browse the repository at this point in the history
added support for python 3.11
  • Loading branch information
chinmayshah99 authored Jul 31, 2023
2 parents 86512e2 + 068fd8a commit 48e2b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ docs/_generate/*
*.gcov
coverage_report/*
!coverage_report/index.html

.python-version
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ http_archive(
http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
strip_prefix = "pybind11-2.6.2",
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"],
)

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

0 comments on commit 48e2b2f

Please sign in to comment.