Skip to content

Commit 2165f91

Browse files
authored
Remove M1/M2 part from FAQ (#444)
1 parent 13f596d commit 2165f91

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/src/faq.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ Some rules if you are writing multithreaded code:
1818

1919
Related issues: [#201](https://github.com/JuliaPy/PythonCall.jl/issues/201), [#202](https://github.com/JuliaPy/PythonCall.jl/issues/202)
2020

21-
## Does it work on Apple silicon (ARM, M1, M2, ...)?
22-
23-
Maybe. Your mileage may vary.
24-
25-
In general, PythonCall and JuliaCall are only supported on platforms with
26-
[Tier 1](https://julialang.org/downloads/#supported_platforms) level of support by Julia.
27-
Currently, Apple silicon is Tier 2, so is not supported.
28-
29-
Due to time constraints, issues affecting only unsupported platforms will not be
30-
investigated. It is much more likely to be an issue with Julia itself than PythonCall.
31-
3221
## Issues when Numpy arrays are expected
3322

3423
When a Julia array is passed to Python, it is wrapped as a [`ArrayValue`](#juliacall.ArrayValue).

0 commit comments

Comments
 (0)