File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,14 @@ build = [
113113environment = { PYMUNK_BUILD_SLIM = " 1" }
114114test-skip = " *"
115115archs = " all"
116+ skip = " cp314-*" # Until 3.14 build is figured out..
116117build-verbosity = 1
117118build-frontend = { name = " pip" , args = " --no-build-isolation" }
118119xbuild-tools = [" curl" , " pkg-config" , " tar" ]
119120before-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]
You can’t perform that action at this time.
0 commit comments