Skip to content

Python 3.9 wheels? #348

New issue

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

Closed
ancc opened this issue Jun 2, 2021 · 1 comment
Closed

Python 3.9 wheels? #348

ancc opened this issue Jun 2, 2021 · 1 comment

Comments

@ancc
Copy link

ancc commented Jun 2, 2021

Any plans to release whl files for python 3.9 also?

@asottile
Copy link
Member

asottile commented Jun 2, 2021

the wheels that are uploaded already work for python3.9 (technically every version newer than 3.6) via 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

@asottile asottile closed this as completed Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants