OpenMined / PyDP

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

Bump pandas version in development dependencies for Python 3.9 support #348

Closed replomancer closed 3 years ago

replomancer commented 3 years ago

Description

This PR adds Python 3.9 to github workflows and setup.py, and also updates pandas version in pyproject.toml so that the build process in Python 3.9 can succeed. Closes #343

How has this been tested?

[1] tests/notebooks/test_all_notebooks.py is currently failing because jupyter doesn't support Python 3.9 yet (e.g. see: https://pyreadiness.org/3.9/ , https://jupyter-client.readthedocs.io/en/stable/changelog.html).

Checklist