You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux CLIPSPy is packaged for `x86_64` architecture as a wheel according to PEP-513_ guidelines.
31
-
Most of the distributions should be supported.
30
+
On Linux CLIPSPy is packaged for `x86_64` and `aarch64` architectures as a wheel according to PEP-513_ guidelines. PEP-656_ is supported solely for `x86_64` at the moment. Minimum Python version is 3.9.
32
31
33
32
.. code:: bash
34
33
@@ -37,7 +36,7 @@ Most of the distributions should be supported.
37
36
macOS
38
37
+++++
39
38
40
-
Apple Silicon is supported for Python versions greater than 3.10.
39
+
Apple Intel and Silicon are supported for Python versions starting from 3.9.
41
40
42
41
.. code:: bash
43
42
@@ -46,7 +45,7 @@ Apple Silicon is supported for Python versions greater than 3.10.
46
45
Windows
47
46
+++++++
48
47
49
-
CLIPSPy comes as a wheel for most of the Python versions and architectures.
48
+
CLIPSPy comes as a wheel for Python versions starting from 3.9.
0 commit comments