As with [TopoStats](https://github.com/AFM-SPM/TopoStats/issues/1146) we should look to drop support for Python == 3.9 as it will be end of life later this year and encourage users to upgrade. - [x] Bump version to 3.10 in `pyproject.toml`. - [x] Remove `from __future__ import annotations` from all files (required with Python 3.9). - [x] Remove 3.9 from `.github/workflows/tests.yaml`.
As with TopoStats we should look to drop support for Python == 3.9
as it will be end of life later this year and encourage users to upgrade.
pyproject.toml.from __future__ import annotationsfrom all files (required with Python 3.9)..github/workflows/tests.yaml.