Closed
Description
Feature Type
- Extending the existing CI checks for package versioning to account for optional extras now defined in
setup.cfg
Problem Description
After #47336 added optional_extras in setup.cfg
, we do not have a programmatic check that versions are aligned across the all places they are specified in pandas.
@JMBurley & @mroeschke active in prior thread.
Feature Description
A pre-commit check that ensure that the min version in setup.cfg are aligned with other areas we specify min version (would mean augmenting scripts/validate_min_versions_in_sync.py
)
Alternative Solutions
N/A. Simplest to extend existing actions to cover new usage.
Additional Context
No response