`Cython~=3.1.2` means `Cython==3.1.*`, i.e. I can’t build pyjnius with system libraries since I have Cython 3.2 https://github.com/kivy/pyjnius/blob/4aa8be50cb57d18391dab7b5f4fe9b6c5b7fbfc9/pyproject.toml#L5 is that intentional or did you mean `Cython>=3.1.2`
Cython~=3.1.2meansCython==3.1.*, i.e. I can’t build pyjnius with system libraries since I have Cython 3.2pyjnius/pyproject.toml
Line 5 in 4aa8be5
is that intentional or did you mean
Cython>=3.1.2