Skip to content

Commit

Permalink
build python 3.12 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Oct 31, 2023
1 parent 59b4940 commit d8e0f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filterwarnings = [

[tool.cibuildwheel]
archs = ["auto64"] # 64-bit only
skip = "pp* *musllinux*" # disable PyPy and musl-based wheels
skip = "cp36-* cp37-* pp* *musllinux*" # disable PyPy and musl-based wheels
test-requires = "pytest pyvista"
test-command = "pytest {project}/tests"

Expand Down

0 comments on commit d8e0f6a

Please sign in to comment.