Skip to content

Commit c9d1afc

Browse files
authored
IOS python 3.14 wheel wip
1 parent 3f81b8e commit c9d1afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ build-frontend = { name = "pip", args = "--no-build-isolation" }
118118
xbuild-tools = ["curl", "pkg-config", "tar"]
119119
before-build = [
120120
# download wheel and pretend that it's compatible with the current platform settings
121-
"curl https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl -L -o cffi-1.17.1-py3-none-any.whl",
122-
"pip install cffi-1.17.1-py3-none-any.whl",
121+
#"curl https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl -L -o cffi-1.17.1-py3-none-any.whl",
122+
#"pip install cffi-1.17.1-py3-none-any.whl",
123123
# install the rest of the dependencies
124-
"python -m pip install setuptools wheel",
124+
"python -m pip install setuptools wheel cffi",
125125
]
126126

127127
[tool.cibuildwheel.pyodide]

0 commit comments

Comments
 (0)