Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Add Python 3.12 #781

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[CI] Add Python 3.12 #781

wants to merge 2 commits into from

Conversation

mshr-h
Copy link
Collaborator

@mshr-h mshr-h commented Jun 27, 2024

No description provided.

@mshr-h
Copy link
Collaborator Author

mshr-h commented Jun 27, 2024

https://github.com/microsoft/hummingbird/actions/runs/9695338444/job/26754887915?pr=781
The above CI error occurs because PySpark removed its dependency on the distutils package, which was removed in Python 3.12. But the latest PySpark (3.5.1) doesn't include it.
Seems like 4.0.0 will have it. The preview was released on June 3, so I guess the stable version will be released within a few weeks.
https://issues.apache.org/jira/browse/SPARK-45390
#793

@mshr-h mshr-h changed the title Add Python 3.12 [CI] Add Python 3.12 Jul 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.52%. Comparing base (4f280ab) to head (df35a88).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #781   +/-   ##
=======================================
  Coverage   87.52%   87.52%           
=======================================
  Files          76       76           
  Lines        4625     4625           
  Branches      741      741           
=======================================
  Hits         4048     4048           
  Misses        375      375           
  Partials      202      202           
Flag Coverage Δ
unittests 87.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants