Describe the enhancement requested
Bumping our minimum Cython version 3.1 would give us access to more features and bugfixes, such as std::string_view support, std::span support and compilation caching.
Note: Cython is only a build-time dependency, so there is less pressure to remain compatible with older versions than for runtime dependencies.
Component(s)
Python
Describe the enhancement requested
Bumping our minimum Cython version 3.1 would give us access to more features and bugfixes, such as
std::string_viewsupport,std::spansupport and compilation caching.Note: Cython is only a build-time dependency, so there is less pressure to remain compatible with older versions than for runtime dependencies.
Component(s)
Python