Marcus Read
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...
- 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...
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...
- Try losing remaining `from __future__ import annotations` lines (if can't lose these lines for any reason then move this point forward for review when bump to 3.12). Currently required...
Hi, I have a [test suite](https://github.com/maread99/market_prices/tree/master/tests) using hypothesis which has been stable for a couple of years, although since 6.128.3 hypothesis seems to be causing a Memory Error. [This](https://github.com/maread99/market_prices/actions/runs/14329978145) GitHub...