siddhantgoel / streaming-form-data

Streaming (and fast!) parser for multipart/form-data written in Cython
https://streaming-form-data.readthedocs.io/en/latest/
MIT License
168 stars 33 forks source link

Add support for Python 3.11 #73

Closed jasopolis closed 1 year ago

jasopolis commented 1 year ago

Small PR to add tests and official support for Python 3.11.

siddhantgoel commented 1 year ago

Awesome, thanks!