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

Merged
merged 23 commits into from
Jul 16, 2024
Merged

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.29%. Comparing base (16d6560) to head (6d1dbaf).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #324      +/-   ##
==========================================
- Coverage   91.29%   91.29%   -0.00%     
==========================================
  Files          86       86              
  Lines        7517     7516       -1     
==========================================
- Hits         6862     6861       -1     
  Misses        655      655              

☔ 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

@sblauth sblauth merged commit 170ad06 into main Jul 16, 2024
27 checks passed
@sblauth sblauth deleted the feature/python312support branch July 16, 2024 13:16
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