File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4
4
4.1.2
5
5
~~~~
6
6
* ENH: Add support for Python 3.12 #246
7
+ * ENH: Add osx universal2 and arm64 wheels
7
8
8
9
4.1.1
9
10
~~~~
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ build-verbosity = 1
41
41
test-requires = [ " -r requirements/tests.txt" ,]
42
42
test-command = " python {project}/run_tests.py"
43
43
44
+ # https://cibuildwheel.readthedocs.io/en/stable/options/#archs
45
+ [tool .cibuildwheel .macos ]
46
+ archs = [" x86_64" , " universal2" , " arm64" ]
47
+
48
+
44
49
[tool .mypy ]
45
50
ignore_missing_imports = true
46
51
Original file line number Diff line number Diff line change 2
2
Cython>=3.0.3
3
3
4
4
setuptools>=68.2.2; python_version < '4.0' and python_version >= '3.8'
5
+ setuptools>=41.0.1; python_version < '3.8' and python_version >= '3.6'
5
6
6
7
scikit-build>=0.11.1
7
8
cmake>=3.21.2
You can’t perform that action at this time.
0 commit comments