Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Build wheels for CPython 3.9 and manylinux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx authored Nov 8, 2020
1 parent 708f23b commit 566911e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.0-beta.4 - 3.9.0
python-version: 3.9

- name: Checkout palace
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.0-beta.4 - 3.9.0
python-version: 3.9

- name: Install tox
run: python -m pip install tox
Expand Down
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
language: shell
env: CIBW_BUILD=cp36-macosx_x86_64
- services: docker
env: CIBW_BUILD=cp36-manylinux_x86_64
env: CIBW_BUILD="cp36-manylinux_x86_64 cp36-manylinux_aarch64"
- services: docker
env: CIBW_BUILD=cp37-manylinux_x86_64
env: CIBW_BUILD="cp37-manylinux_x86_64 cp37-manylinux_aarch64"
- services: docker
env: CIBW_BUILD=cp38-manylinux_x86_64
env: CIBW_BUILD="cp38-manylinux_x86_64 cp38-manylinux_aarch64"
- services: docker
env: CIBW_BUILD="cp39-manylinux_x86_64 cp39-manylinux_aarch64"

script: python3 -m cibuildwheel --output-dir=dist

Expand Down

0 comments on commit 566911e

Please sign in to comment.