Skip to content

Commit 0ccfd4c

Browse files
1 parent cf34136 commit 0ccfd4c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ci/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,11 @@ <h2 id="building-free-threaded-wheels-with-cibuildwheel">Building free-threaded
570570
nightly wheels, we suggest configuring <code>cibuildwheel</code> to build nightly
571571
free-threaded wheels.</p>
572572
<p>If your project depends on Cython or the NumPy C API, you will need to install a
573-
Cython and/or NumPy nightly wheel in the build, as the newest stable release of
574-
Cython cannot generate code that will compile under the free-threaded build and
575-
the newest stable release of NumPy does not support free-threaded python. Cython
576-
3.1.0 and NumPy 2.1.0 will be the first stable releases to support free-threaded
577-
python.</p>
573+
Cython nightly wheel in the build, as the newest stable release of Cython cannot
574+
generate code that will compile under the free-threaded build. Cython 3.1.0 and
575+
NumPy 2.1.0 will be or are the first stable releases to support free-threaded
576+
python. See <a href="../tracking/">the project tracker</a> for more detailed information
577+
about projects you may depend on.</p>
578578
<p>You can install nightly wheels for both Cython and NumPy using the following
579579
install command:</p>
580580
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>-i<span class="w"> </span>https://pypi.anaconda.org/scientific-python-nightly-wheels/simple<span class="w"> </span>cython<span class="w"> </span>numpy

0 commit comments

Comments
 (0)