| 1 | """Update version specifiers of certain dependencies to comply with SPEC0-like rules. |
| 2 | |
| 3 | SPEC0 (https://scientific-python.org/specs/spec-0000/) recommends that support for |
| 4 | Python versions are dropped 3 years after initial release, and for core package |
nothing calls this directly
no test coverage detected