Skip to content

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

Merged
RobPasMue merged 16 commits into
mainfrom
build/pyvista-0.45
Apr 21, 2025
Merged

build: bump PyVista and VTK versions (support Python 3.13)#1924
RobPasMue merged 16 commits into
mainfrom
build/pyvista-0.45

Conversation

@RobPasMue

@RobPasMue RobPasMue commented Apr 21, 2025

Copy link
Copy Markdown
Member

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
@codecov

codecov Bot commented Apr 21, 2025

Copy link
Copy Markdown

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
Copy Markdown
Member Author

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

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