Skip to content

Commit

Permalink
update cibuildwheel, can't support 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
djdt committed Mar 22, 2024
1 parent 3bd10a4 commit f8eefe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
env:
CIBW_BUILD: cp311-*
CIBW_BEFORE_BUILD: pip install Cython numpy
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
env:
CIBW_SKIP: pp*
CIBW_BEFORE_BUILD: pip install Cython numpy
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ test = [

[tool.setuptools]
packages = ["ckwrap"]

[tool.cibuildwheel]
skip = ["pp*", "cp36-*"]

0 comments on commit f8eefe9

Please sign in to comment.