Skip to content

Commit cd19bce

Browse files
committed
Update README
1 parent 53c59b3 commit cd19bce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Python CFFI_ bindings for the 'C' Language Integrated Production System CLIPS_ 6
99

1010
|build badge| |docs badge|
1111

12-
.. |build badge| image:: https://github.com/noxdafox/clipspy/actions/workflows/action.yml/badge.svg
13-
:target: https://github.com/noxdafox/clipspy/actions/workflows/action.yml
12+
.. |build badge| image:: https://github.com/noxdafox/clipspy/actions/workflows/linux-wheels.yml/badge.svg
13+
:target: https://github.com/noxdafox/clipspy/actions/workflows/linux-wheels.yml
1414
:alt: Build Status
1515
.. |docs badge| image:: https://readthedocs.org/projects/clipspy/badge/?version=latest
1616
:target: http://clipspy.readthedocs.io/en/latest/?badge=latest
@@ -27,8 +27,7 @@ Installation
2727
Linux
2828
+++++
2929

30-
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.
3231

3332
.. code:: bash
3433
@@ -37,7 +36,7 @@ Most of the distributions should be supported.
3736
macOS
3837
+++++
3938

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.
4140

4241
.. code:: bash
4342
@@ -46,7 +45,7 @@ Apple Silicon is supported for Python versions greater than 3.10.
4645
Windows
4746
+++++++
4847

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.
5049

5150
.. code:: batch
5251
@@ -109,4 +108,5 @@ Example
109108
.. _CLIPS: http://www.clipsrules.net/
110109
.. _CFFI: https://cffi.readthedocs.io/en/latest/index.html
111110
.. _PEP-513: https://www.python.org/dev/peps/pep-0513/
111+
.. _PEP-656: https://peps.python.org/pep-0656/
112112
.. _documentation: https://clipspy.readthedocs.io

0 commit comments

Comments
 (0)