Added support for python 3.13
What's Changed
- Add synonym support for axis names in boundary conditions and update tests by @david-zwicker in #645
- Add return type annotation for FieldCollection constructor by @david-zwicker in #647
- Refactor boundary index handling to improve clarity and support new index formats by @david-zwicker in #648
- Add corner weight parameter for 2D Laplacian and update performance script by @david-zwicker in #649
- Improve input shape validation in GridBase methods and update performance script documentation by @david-zwicker in #650
- Add ffmpeg version retrieval and update environment information by @david-zwicker in #651
- Fixed 9-point stencil in Cartesian coordinates by @david-zwicker in #652
- Update maximal Python version to 3.13 in workflows and configuration files by @david-zwicker in #653
Full Changelog: 0.42.2...0.43.0