python-hyper / brotlicffi

Python bindings to the Brotli compression library
MIT License
147 stars 27 forks source link

Request: Wheel for Python 3.8 on Windows #171

Closed terriko closed 3 years ago

terriko commented 3 years ago

Would it be possible to get a compiled wheel for Python 3.8 on Windows?

We're using brotlipy in cve-bin-tool and have had some windows users utterly perplexed when they needed a compiler. Obviously we'll teach them, but one of our devs pointed out that you've got wheels for <= 3.7 and thought it couldn't hurt to ask if 3.8 was in the works. Just figured you might want a nudge to know someone would be happy to have it!

sethmlarson commented 3 years ago

Are you installing brotlipy or brotlicffi? (brotlicffi is the new package name) There are two 3.5+ ABI wheels available for Windows:

If you're installing a downstream project that installs brotlipy then you'll have to wait for that project to switch over (I'm going to be creating PRs for this soon!)

sethmlarson commented 3 years ago

Closing due to inactivity.