codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
268 stars 58 forks source link

Make wheels for Python 3.5 #69

Open codypiersall opened 4 years ago

codypiersall commented 4 years ago

When updating CI to GitHub Actions, I noticed that Python 3.5 no longer works and builds properly. I think it's because Trio doesn't support Python 3.5 anymore.

It's a shame for pynng to not provide wheels for Python 3.5 just because of an optional integration with trio. We should some way or another. Here are some options: