sass / libsass-python

A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!
https://sass.github.io/libsass-python/
MIT License
564 stars 54 forks source link

Release version with wheels for python > 3.7 #448

Closed RemiDesgrange closed 1 year ago

RemiDesgrange commented 1 year ago

Hi, thanks for this project 🙏

Could you make a release on pypi.org with wheels for more recent version of python (currently 3.7 on pypi).

Thx !

asottile commented 1 year ago

the wheels on pypi are abi3 meaning they work for any version newer than the minimum one on pypi -- the whole point of abi3 is so that I don't need to continually upload newer wheels

RemiDesgrange commented 1 year ago

Oh 😭 sorry...