Open
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Try to run pre-commit on main
Issue Description
It looks like the minimum pre-commit version was bumped to 4.0.0 in #61246
However, the version that gets installed by apt on Ubuntu 24.04 is only 3.6.2, so you would have to mess with the system provided version to develop on pandas, or set up a more complicated environment
Expected Behavior
The pre-commit minimum version pin should probably be a little looser @mroeschke
Installed Versions
main
Metadata
Metadata
Assignees
Labels
Requires discussion from core team before further actionRequires discussion from core team before further action