MKuranowski / aiocsv

Python: Asynchronous CSV reading/writing
https://pypi.org/project/aiocsv/
MIT License
67 stars 9 forks source link

Wheels for 3.12 #22

Closed tl24 closed 8 months ago

tl24 commented 8 months ago

Could you build wheels for python 3.12? I see that 3.12 support was added with #17 but currently I'm not seeing any wheels for it on pypi.

MKuranowski commented 8 months ago

That's probably because cibuildwheel didn't support building 3.12 wheel at the time of release. I'd need to push a new release to trigger a rebuild, which is a bit annoying. How much do you need the wheels anyway? It's a single C file, it shouldn't add that much overhead to install times.

MKuranowski commented 8 months ago

Published with v1.3.0