smheidrich/py-json-stream-rs-tokenizer

Should support lower Python version

smheidrich opened this issue · 2 comments

json-stream supports Python 3.5+ but I put 3.7 as the minimum version for this. Probably no reason to do that => fix.

setuptools-rust requires 3.6 so that is the lowest we can go

PyO3 requires 3.7 so not even that can work... Nothing we can do, done.