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
@@ -48,7 +48,7 @@ <h2 id="what">What is this about?</h2>
48
48
<p>This site shows the top 360 most-downloaded packages on <ahref="https://pypi.org/">PyPI</a> (<ahref="https://hugovk.github.io/top-pypi-packages/">source</a>) showing which have dropped support for a Python version.</p>
49
49
<ul>
50
50
<li><spanclass="text-success">Green</span> packages have dropped support,</li>
51
-
<li><spanclass="text-muted">White</span> packages may still support it.</li>
51
+
<li><spanclass="text-default">White</span> packages may still support it.</li>
52
52
</ul>
53
53
<p>Packages that are backports (for example, enum34) or known to be deprecated are not included (for example, distribute). If your package is incorrectly listed, please <ahref="https://github.com/hugovk/drop-python/issues/">create a ticket</a>.</p>
<p>Python $template_version reached the <ahref="https://en.wikipedia.org/wiki/History_of_Python#Table_of_versions">end of its life on $template_eol</a>. It's about time to drop support for Python $template_version.</p>
27
27
<h3id="reasons">Reasons for dropping</h3>
@@ -32,7 +32,7 @@ <h2 id="about-list">What is this list?</h2>
32
32
<p>This site shows the top 360 most-downloaded packages on <ahref="https://pypi.org/">PyPI</a> (<ahref="https://hugovk.github.io/top-pypi-packages/">source</a>) showing which have dropped support for Python $template_version.</p>
33
33
<ul>
34
34
<li><spanclass="text-success">Green</span> packages have dropped Python $template_version,</li>
35
-
<li><spanclass="text-muted">White</span> packages may still support Python $template_version.</li>
35
+
<li><spanclass="text-default">White</span> packages may still support Python $template_version.</li>
36
36
</ul>
37
37
<p>Packages that are backports (for example, enum34) or known to be deprecated are not included (for example, distribute). If your package is incorrectly listed, please <ahref="https://github.com/hugovk/drop-python/issues/">create a ticket</a>.</p>
38
38
<p>This is not an official website, just a nice visual way to measure progress. 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>
0 commit comments