@@ -11,5 +11,57 @@ requires = [
11
11
]
12
12
build-backend = " setuptools.build_meta"
13
13
14
+ [tool .cibuildwheel ]
15
+ build = " *"
16
+ skip = " pp* cp36* cp37* cp38*"
17
+ test-skip = " "
18
+ free-threaded-support = false
19
+
20
+ archs = [" native" ]
21
+
22
+ build-frontend = " default"
23
+ config-settings = {}
24
+ dependency-versions = " pinned"
25
+ environment = {}
26
+ environment-pass = []
27
+ build-verbosity = 0
28
+
29
+ before-all = " "
30
+ before-build = " "
31
+ repair-wheel-command = " "
32
+
33
+ test-command = " "
34
+ before-test = " "
35
+ test-requires = []
36
+ test-extras = []
37
+
38
+ container-engine = " docker"
39
+
40
+ manylinux-x86_64-image = " manylinux2014"
41
+ manylinux-i686-image = " manylinux2014"
42
+ manylinux-aarch64-image = " manylinux2014"
43
+ manylinux-ppc64le-image = " manylinux2014"
44
+ manylinux-s390x-image = " manylinux2014"
45
+ manylinux-pypy_x86_64-image = " manylinux2014"
46
+ manylinux-pypy_i686-image = " manylinux2014"
47
+ manylinux-pypy_aarch64-image = " manylinux2014"
48
+
49
+ musllinux-x86_64-image = " musllinux_1_2"
50
+ musllinux-i686-image = " musllinux_1_2"
51
+ musllinux-aarch64-image = " musllinux_1_2"
52
+ musllinux-ppc64le-image = " musllinux_1_2"
53
+ musllinux-s390x-image = " musllinux_1_2"
54
+
55
+ [tool .cibuildwheel .linux ]
56
+ repair-wheel-command = " auditwheel repair -w {dest_dir} {wheel}"
57
+
58
+ [tool .cibuildwheel .macos ]
59
+ repair-wheel-command = " delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
60
+
61
+ [tool .cibuildwheel .windows ]
62
+
63
+ [tool .cibuildwheel .pyodide ]
64
+
65
+
14
66
[tool .isort ]
15
67
profile = " black"
0 commit comments