Skip to content

Commit

Permalink
Build all supported Python versions on ARM64
Browse files Browse the repository at this point in the history
See #530 for
request
  • Loading branch information
rogerbinns committed Jul 12, 2024
1 parent 71ca585 commit deec26a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
env:
CIBW_SKIP: pp*
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_PROJECT_REQUIRES_PYTHON: ">= 3.10"
CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"
CIBW_TEST_COMMAND: python -m apsw.tests -v
APSW_HEAVY_DURATION: 2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
env:
CIBW_SKIP: pp*
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_PROJECT_REQUIRES_PYTHON: ">= 3.10"
CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"
CIBW_TEST_COMMAND: python -m apsw.tests -v
APSW_HEAVY_DURATION: 2
Expand Down

0 comments on commit deec26a

Please sign in to comment.