Skip to content

Commit e7bb42c

Browse files
committed
Restrict aarch builds to python>=3.7 and include 3.10
1 parent 26e61cb commit e7bb42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39]
67+
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
6868
runs-on: ubuntu-latest
6969
env:
7070
py: /opt/python/${{ matrix.python-version }}/bin/python

.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Python wheels manylinux build
8585
uses: RalfG/[email protected]_aarch64
8686
with:
87-
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38'
87+
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
8888
build-requirements: 'setuptools cython'
8989
- name: Build and publish wheel
9090
env:

0 commit comments

Comments
 (0)