OpenMined / PipelineDP

PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
https://pipelinedp.io/
Apache License 2.0
270 stars 75 forks source link

Update supported Python versions and PyDP version #473

Closed dvadym closed 12 months ago

dvadym commented 12 months ago

This PR contains:

  1. Updating Python suported versions from Python 3.7-3.9 to Python 3.8-3.10, since 3.7 is already deprecated
  2. Updating PyDP to the newest version
  3. Enabling one test, which was disabled because of missing PyDP new features

Unfortunetely Windows builds fail, because PyDP failes to be built on Windows. This will be fixed soon.