Closed
Description
Currently we still have Cython 0.29.33 as our minimum Cython version. We may want to decide to bump our Cython requirement to Cython >= 3.0.8. I am +1 for this given that:
- MAINT Directly
cimport
interfaces fromstd::algorithm
#27682 needs Cython >= 3 - FIX Target encoder const y #28233 needs Cython >= 3.0.8
- numpy and scipy require Cython >= 3 in their
main
branch: MAINT Directlycimport
interfaces fromstd::algorithm
#27682 (comment)