Skip to content

Commit

Permalink
Mention stable ABI wheels are searched as well
Browse files Browse the repository at this point in the history
Signed-off-by: Miro Hrončok <[email protected]>
  • Loading branch information
hroncok authored and befeleme committed Oct 1, 2024
1 parent 9452cc7 commit a98d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/wheels.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Package 'x' is white. What can I do?</h2>
</ul>
<h2>How do you identify Python {{ major }} wheels presence?</h2>
<p>
We look at the published files on <a href="https://pypi.org/">PyPI</a>. If the latest release contains pure Python wheels e.g. <code>foo-1.0.0-py3-none-any.whl</code> or the Python {{ major }} wheels, e.g. <code>foo-1.0.0-cp313-cp313-....whl</code>, it will be green on our list.
We look at the published files on <a href="https://pypi.org/">PyPI</a>. If the latest release contains pure Python wheels (e.g. <code>foo-1.0.0-py3-none-any.whl</code>), stable ABI Python wheels (e.g. <code>foo-1.0.0-cp...-abi3-....whl</code>), or the Python {{ major }} wheels (e.g. <code>foo-1.0.0-cp313-cp313-....whl</code>), it will be green on our list.
</p>
</div>
</div>
Expand Down

0 comments on commit a98d004

Please sign in to comment.