OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
503 stars 139 forks source link

added support for python 3.11 #466

Closed chinmayshah99 closed 1 year ago

chinmayshah99 commented 1 year ago

Description

Added support for python 3.11. There were some change in C API for in the latest version of python which were not reflected in the pybind11. upgrading that has fixed it. Context- https://github.com/pybind/pybind11/discussions/4333

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist