cherab / core

The core source repository for the Cherab project.
https://www.cherab.info
Other
44 stars 24 forks source link

Move to Cython 3 #446

Closed vsnever closed 1 month ago

vsnever commented 1 month ago

Cherab builds perfectly with Cython 3, but the build dependencies currently specify cytnon >= 0.28. Cherab additional modules require Cython 3 to compile. In addition, Cython 3 allows to get rid of annoying NumPy-1.7 C-API warnings.

I suggest specifying cython ~= 3 in the build dependencies and runtime requirements.

vsnever commented 1 month ago

Done in #447.