Release 2.13.0

⚠️ The minimal supported Python version is now 3.11. Note that you can run it with newer python versions as some might bring better performance. ⚠

### Changed

- Replaced the deprecated [PyFileSystem2](https://pyfilesystem2.readthedocs.io/) library with [OpenDAL](https://opendal.apache.org/). This will offer better performance for S3 storage, but doesn't change external APIs.
- Low-zoom levels statistics grid (`pictures_grid`), previously using a materialized view, is replaced by new classic tables `pictures_aggregate_grid` and `pictures_aggregate_grid_expired`. This fixes issues on init or update of instances. **Note that** grid layer in vector tiles doesn't bring an `id` anymore.

### Fixed

- Avoid performance issues when using _inverted excluded areas_.