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
Display the packages with wheels compatible with the newest Python
Motivation:
Every year, the Fedora Python contributors open a bunch of issues to
upstream projects to ask them to publish the new Python wheels early.
This update will increase the visibility of the projects that need
our attention and may serve as a gentle nudge for the project authors
to not stay behind the rest of the ecosystem.
<li><spanclass="text-success">Green</span> packages offer wheels compatible with the newest Python version (updated shortly before its final release),</li>
<li><spanclass="text-muted">White</span> packages have no wheel archives uploaded (yet!).</li>
75
76
</ul>
76
77
<p>Packages that are known to be deprecated are not included. (For example distribute). If your package is incorrectly listed, please <ahref="https://github.com/meshy/pythonwheels/issues/">create a ticket</a>.</p>
77
78
<p>This used to show the all-time most-downloaded packages. The all-time list is no longer available, and the packages in <ahref="https://hugovk.github.io/top-pypi-packages/">the last-30-days list</a> will change to reflect more closely what the Python community is using.
78
79
<p>This is not the official website for wheels, just a nice visual way to measure adoption. To see the authoritative guide on wheels and other aspects of Python packaging, see the <ahref="https://packaging.python.org">Python Packaging User Guide</a>.</p>
80
+
<h2id="creating-new-version-wheels">My package is orange. What can I do?</h2>
81
+
<p>If you have a package that doesn't publish the wheels for the newest Python yet, consider releasing them on PyPI. This will make it possible for Python users to start developing with a new Python version from the day of its release.</p>
82
+
<p>Alternatively, you can consider porting your project to the <ahref="https://docs.python.org/3/c-api/stable.html#stable-application-binary-interface">stable ABI</a>.</p>
79
83
<h2id="creating-wheels">My package is white. What can I do?</h2>
80
84
<h3id="pure-wheel">Pure Python</h3>
81
85
<p>If you have a pure Python package that is not using 2to3 for Python 3 support, you've got it easy. Make sure Wheel is installed…</p>
0 commit comments