UCL / dxh

Collection of helper functions for working with DOLFINx Python interface
http://github-pages.ucl.ac.uk/dxh/
MIT License
3 stars 0 forks source link

Add support and tests for Python 3.11+ #18

Closed matt-graham closed 4 months ago

matt-graham commented 4 months ago

Part of #17 (not linking as we may still want to drop Python 3.9 support in a separate PR)

Relaxes requires-python specifier to allow using Python 3.11+ and updates tests workflow to test across Python 3.11 and 3.12 with dolfinx v0.7.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.3%. Comparing base (6466c60) to head (efcfa4e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## ===================================== Coverage 96.3% 96.3% ===================================== Files 1 1 Lines 186 186 Branches 37 37 ===================================== Hits 179 179 Misses 5 5 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.