Skip to content

Commit 39c8f52

Browse files
authored
Update pyproject.toml
1 parent a3feabc commit 39c8f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ manylinux-aarch64-image = "manylinux_2_35"
190190
[tool.cibuildwheel.linux]
191191
# archs = ["auto", "aarch64"]
192192
archs = ["x86_64", "aarch64"]
193-
before-all = "yum install -y libffi openssl openssl-devel gcc"
193+
before-all = "yum install -y libffi openssl openssl-devel gcc libpython3-dev"
194194

195195
[tool.pyright]
196196
include = ["pyxcp", "build_ext.py"]

0 commit comments

Comments
 (0)