Marcus Read

Results 23 issues of Marcus Read

Hi @gerrymanoim, I see you've updated https://github.com/gerrymanoim/pr-prefix-labeler. The [workflow](https://github.com/gerrymanoim/exchange_calendars/blob/master/.github/workflows/labeler.yml) here still seems to be failing(?) For the time being I've manually disabled the workflow (via Actions tab, Pull Request Labeler...

CI

- Try losing remaining `from __future__ import annotations` lines. Currently required only in order to use `typing.TYPE_CHECKER` to avoid type annotations causing circular imports. If can't lose these lines, move...

maintenance
TODO

Hi @gerrymanoim The latest `numpy` minor release (2.10) now requires Python >= 3.10. This PR bumps the minimum Python version for `exchange_calendars` to 3.10 and amends the requirements file to...

dependencies
maintenance