MagicStack / httptools

Fast HTTP parser
MIT License
1.21k stars 83 forks source link

Stop pinning to an exact version of Cython #70

Closed elprans closed 3 years ago

elprans commented 3 years ago

Cython 0.29 is in maintenance mode, so the risk of big breakage is low. On the other hand, this maintenance picks up important fixes, including support for newer Pythons. Furthermore, pinning to an exact version may cause conflicts if something else pins to a slightly different version.