Skip to content

build: bump PyVista and VTK versions (support Python 3.13) #1924

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

Merged
merged 16 commits into from
Apr 21, 2025

Conversation

RobPasMue
Copy link
Member

@RobPasMue RobPasMue commented Apr 21, 2025

Description

Supporting new PyVista and VTK versions -- this enables the usage of Python 3.13 across the board on CI/CD (docs build, main testing etc.)

Issue linked

Closes #1585

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@RobPasMue RobPasMue self-assigned this Apr 21, 2025
@github-actions github-actions bot added the maintenance Package and maintenance related label Apr 21, 2025
Copy link

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.39%. Comparing base (e54ba43) to head (f15335b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1924   +/-   ##
=======================================
  Coverage   90.39%   90.39%           
=======================================
  Files         114      114           
  Lines        9545     9545           
=======================================
  Hits         8628     8628           
  Misses        917      917           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions bot added the testing Anything related to tests label Apr 21, 2025
@RobPasMue RobPasMue marked this pull request as ready for review April 21, 2025 15:25
@RobPasMue RobPasMue requested a review from a team as a code owner April 21, 2025 15:25
@RobPasMue
Copy link
Member Author

Had to deactivate pygeometry-ci-3 for now... otherwise the plotting tests are skipped on Windows. We will investigate this later.

@RobPasMue RobPasMue merged commit f3669e4 into main Apr 21, 2025
51 checks passed
@RobPasMue RobPasMue deleted the build/pyvista-0.45 branch April 21, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Package and maintenance related testing Anything related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Python 3.13 as the main Python version
2 participants