Skip to content

Commit ea2ed26

Browse files
authored
Fix IOS build
1 parent c9d1afc commit ea2ed26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,14 @@ build = [
113113
environment = { PYMUNK_BUILD_SLIM = "1" }
114114
test-skip = "*"
115115
archs = "all"
116+
skip = "cp314-*" # Until 3.14 build is figured out..
116117
build-verbosity = 1
117118
build-frontend = { name = "pip", args = "--no-build-isolation" }
118119
xbuild-tools = ["curl", "pkg-config", "tar"]
119120
before-build = [
120121
# 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",
122+
"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",
123+
"pip install cffi-1.17.1-py3-none-any.whl",
123124
# install the rest of the dependencies
124125
"python -m pip install setuptools wheel cffi",
125126
]

0 commit comments

Comments
 (0)