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

FEAT: Add support and tests for Python 3.12 #324

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Oct 12, 2023

This PR adds support for Python 3.12 for cashocs.

Closes #325

@sblauth sblauth added the enhancement New feature or request label Oct 12, 2023
@sblauth sblauth self-assigned this Oct 12, 2023
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.64%. Comparing base (ba19a4d) to head (4936b6b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #324   +/-   ##
=======================================
  Coverage   91.64%   91.64%           
=======================================
  Files          86       86           
  Lines        7425     7425           
=======================================
  Hits         6804     6804           
  Misses        621      621           

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

@sblauth
Copy link
Owner Author

sblauth commented Oct 13, 2023

It seems as if Python 3.12 is (from the FEniCS side) only supported with PETSc 3.20 - which is at the moment not compatible with cashocs, see #320

In case this incompatibility is resolved, there should be nothing standing in the way of using cashocs with Python 3.12

@sblauth
Copy link
Owner Author

sblauth commented Feb 14, 2024

See here https://gitlab.com/petsc/petsc/-/merge_requests/6976 for the corresponding issue in PETSc's Gitlab

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

Successfully merging this pull request may close these issues.

[Development] Add support for Python 3.12
1 participant