Skip to content

Commit

Permalink
add pypy39
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Apr 5, 2022
1 parent 7ff3379 commit 9096fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def compile_wheels(idx):
for pybin in glob('/opt/python/*/bin'):
# Requires Py3.6 or greater - on the docker image 3.5 is cp35-cp35m
print("PYBIN", pybin)
if "35" not in pybin and "pp39" not in pybin:
if "35" not in pybin:
check_call(['rm', '-rf', '_skbuild'])
args = [path.join(pybin, 'pip'), 'wheel', '--verbose', '--no-deps', '-w', 'wheelhouse/']
if idx is not None:
Expand Down

0 comments on commit 9096fc2

Please sign in to comment.