Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kendryte747 committed Oct 10, 2024
1 parent 050aed5 commit a2cb038
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
strategy:
matrix:
config:
# - {name: macos, os: macos-13}
- {name: macos, os: macos-13}
- {name: linux, os: ubuntu-latest}
# - {name: windows, os: windows-latest}
- {name: windows, os: windows-latest}

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ install
dist
wheelhouse

.pytest_cache
*.egg-info
*.spec
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ requires = ["setuptools>=42", "wheel", "cmake>=3.18", "pybind11"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
#build = ["cp38*", "cp39*", "cp310*", "cp311*", "cp312*", "cp313"]
build = ["cp310*", "cp312*"]
build = ["cp38*", "cp39*", "cp310*", "cp311*", "cp312*", "cp313"]
skip = "*musllinux*"
test-requires = "pytest"
test-command = [
Expand Down

0 comments on commit a2cb038

Please sign in to comment.