Skip to content

Commit

Permalink
Merge pull request pyutils#251 from Erotemic/add-osx-arm-wheels
Browse files Browse the repository at this point in the history
Add arm support for osx
  • Loading branch information
Erotemic authored Nov 2, 2023
2 parents 365feb1 + 8bb3eef commit 05b6cc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes
4.1.2
~~~~
* ENH: Add support for Python 3.12 #246
* ENH: Add osx universal2 and arm64 wheels

4.1.1
~~~~
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ build-verbosity = 1
test-requires = [ "-r requirements/tests.txt",]
test-command = "python {project}/run_tests.py"

# https://cibuildwheel.readthedocs.io/en/stable/options/#archs
[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]


[tool.mypy]
ignore_missing_imports = true

Expand Down
1 change: 1 addition & 0 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Cython>=3.0.3

setuptools>=68.2.2; python_version < '4.0' and python_version >= '3.8'
setuptools>=41.0.1; python_version < '3.8' and python_version >= '3.6'

scikit-build>=0.11.1
cmake>=3.21.2
Expand Down

0 comments on commit 05b6cc8

Please sign in to comment.