Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 authored Dec 18, 2024
1 parent a3feabc commit 39c8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ manylinux-aarch64-image = "manylinux_2_35"
[tool.cibuildwheel.linux]
# archs = ["auto", "aarch64"]
archs = ["x86_64", "aarch64"]
before-all = "yum install -y libffi openssl openssl-devel gcc"
before-all = "yum install -y libffi openssl openssl-devel gcc libpython3-dev"

[tool.pyright]
include = ["pyxcp", "build_ext.py"]
Expand Down

0 comments on commit 39c8f52

Please sign in to comment.