M .github/workflows/docs.yml => .github/workflows/docs.yml +1 -1
@@ 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
M .github/workflows/lint.yml => .github/workflows/lint.yml +1 -1
@@ 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
M .travis.yml => .travis.yml +5 -3
@@ 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