|
1 | 1 | [build-system] |
2 | | -requires = ["cffi", "setuptools < 74", "urllib3", "wheel"] |
| 2 | +requires = ["cffi>=1.17.1", "setuptools", "urllib3", "wheel"] |
3 | 3 | build-backend = "setuptools.build_meta" |
4 | 4 |
|
5 | 5 | [project] |
@@ -73,13 +73,15 @@ build = [ |
73 | 73 |
|
74 | 74 | [tool.cibuildwheel.linux] |
75 | 75 | archs = ["x86_64", "aarch64"] |
76 | | -before-all = "make c_lib" |
77 | 76 |
|
78 | 77 | [tool.cibuildwheel.macos] |
79 | 78 | archs = ["x86_64", "universal2", "arm64"] |
80 | 79 | environment = { MACOSX_DEPLOYMENT_TARGET="10.15" } |
81 | | -before-build = "make clean && make c_lib" |
| 80 | +before-build = "make clean" |
82 | 81 |
|
83 | 82 | [tool.cibuildwheel.windows] |
84 | 83 | archs = ["AMD64"] |
85 | | -before-build = '"C:\\Program Files\\Microsoft Visual Studio\2022円\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat" && cl "ada_url\\ada.cpp" /c /nologo /Fo"ada_url\\ada.o" /O2 /GL /MD /W3 /EHsc /std:c++17' |
| 84 | + |
| 85 | +[tool.cibuildwheel.overrides] |
| 86 | +select = "pp39-win_amd64" |
| 87 | +environment = { SETUPTOOLS_USE_DISTUTILS="stdlib" } |
0 commit comments