Skip to content

Commit 220d4e3

Browse files
committed
drop mac intel support
1 parent 256135b commit 220d4e3

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class Platform:
5454
windows_x64 = Platform(pypi_suffix="win_amd64", metadata="windows-x64")
5555
linux_x64 = Platform(pypi_suffix="manylinux2014_x86_64", metadata="linux-x64")
5656
macos_arm = Platform(pypi_suffix="macosx_12_0_arm64", metadata="macos-arm64")
57-
macos_intel = Platform(pypi_suffix="macosx_10_16_x86_64", metadata="macos-x64")
5857

5958

6059
with open(PYPROJ_PATH, "r") as file:
@@ -65,7 +64,6 @@ class Platform:
6564
windows_x64,
6665
linux_x64,
6766
macos_arm,
68-
macos_intel,
6967
]
7068

7169

csv_importer/blender_manifest.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ platforms = [
1111
"windows-x64",
1212
"linux-x64",
1313
"macos-arm64",
14-
"macos-x64",
1514
]
1615
tags = [
1716
"Geometry Nodes",
@@ -27,7 +26,6 @@ copyright = [
2726
wheels = [
2827
"./wheels/databpy-0.6.0-py3-none-any.whl",
2928
"./wheels/polars-1.38.0-py3-none-any.whl",
30-
"./wheels/polars_runtime_32-1.38.0-cp310-abi3-macosx_10_12_x86_64.whl",
3129
"./wheels/polars_runtime_32-1.38.0-cp310-abi3-macosx_11_0_arm64.whl",
3230
"./wheels/polars_runtime_32-1.38.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
3331
"./wheels/polars_runtime_32-1.38.0-cp310-abi3-win_amd64.whl",

0 commit comments

Comments
 (0)