Skip to content

Commit ef2a9c6

Browse files
ofekgodlygeek
authored andcommitted
Remove outdated note about supported Linux arches
aarch64 Linux wheels have been published for several years now.
1 parent fc58b04 commit ef2a9c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/supported_environments.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Supported CPU architectures
3434
---------------------------
3535

3636
For Linux, we test on ``i686``, ``x86-64``, and ``aarch64``. Pre-built wheels
37-
are only available on PyPI for ``i686`` and ``x86-64``, though. That is
38-
unlikely to change until cibuildwheel_ provides `non-emulated aarch64 support`_.
37+
are available on PyPI.
3938

4039
For macOS, we test on ``x86-64`` and ``arm64`` - so, both Intel and Apple
4140
Silicon Macs. Pre-built wheels are available for both architectures, though
@@ -71,8 +70,6 @@ Known issues and limitations
7170
start tracking in one thread while another thread is already making use of
7271
the Greenlet library.
7372

74-
.. _cibuildwheel: https://github.com/pypa/cibuildwheel
75-
.. _non-emulated aarch64 support: https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
7673
.. _an os.exec function: https://docs.python.org/3/library/os.html#os.execl
7774
.. _multiprocessing start method: https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
7875
.. _Cython: http://docs.cython.org/en/latest/

0 commit comments

Comments
 (0)