File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ class Platform:
5454windows_x64 = Platform (pypi_suffix = "win_amd64" , metadata = "windows-x64" )
5555linux_x64 = Platform (pypi_suffix = "manylinux2014_x86_64" , metadata = "linux-x64" )
5656macos_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
6059with 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
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ platforms = [
1111 " windows-x64" ,
1212 " linux-x64" ,
1313 " macos-arm64" ,
14- " macos-x64" ,
1514]
1615tags = [
1716 " Geometry Nodes" ,
@@ -27,7 +26,6 @@ copyright = [
2726wheels = [
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" ,
You can’t perform that action at this time.
0 commit comments