We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to release whl files for python 3.9 also?
The text was updated successfully, but these errors were encountered:
the wheels that are uploaded already work for python3.9 (technically every version newer than 3.6) via abi3
abi3
$ virtualenv venv -ppython3.9 -q $ venv/bin/pip install libsass Collecting libsass Downloading libsass-0.21.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (9.4 MB) |████████████████████████████████| 9.4 MB 3.4 MB/s Collecting six Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Installing collected packages: six, libsass Successfully installed libsass-0.21.0 six-1.16.0
you can read more about abi3 here: https://youtu.be/4uy0c855msk?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
Sorry, something went wrong.
No branches or pull requests
Any plans to release whl files for python 3.9 also?
The text was updated successfully, but these errors were encountered: