Skip to content

Commit

Permalink
Merge pull request #1587 from dhalbert/remove-8.x-bundle-links
Browse files Browse the repository at this point in the history
drop 8.x bundles
  • Loading branch information
dhalbert authored Feb 8, 2025
2 parents 9993591 + 0db6991 commit 4500dda
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions libraries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Download and Installation Instructions</h2>
versions of Python source code.
<strong>Make sure to download the bundle that matches the major version
of your CircuitPython</strong>, because the <b>.mpy</b> files can change between versions.
For example, if you are running 8.2.7 you should download the 8.x bundle.
For example, if you are running 9.2.4 you should download the 9.x bundle.
</p>
<p>
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
Expand Down Expand Up @@ -65,20 +65,12 @@ <h2>Download and Installation Instructions</h2>
</section>
<section>
<h2>Bundles</h2>
<div class="release-section">
<div id="adafruit-circuitpython-bundle-8.x-mpy">
<h3>Bundle for Version 8.x</h3>
<p>
This bundle is built for use with CircuitPython 8.x.x. If you are using
CircuitPython 8, please download this bundle.
</p>
</div>
<div id="adafruit-circuitpython-bundle-9.x-mpy">
<h3>Bundle for Version 9.x</h3>
<p>
This bundle is built for use with CircuitPython 9.x.x. If you are using
CircuitPython 9, please download this bundle. The .mpy format has
changed as of CircuitPython 9, so 8.x libraries are <em>not</em> compatible.
CircuitPython 9, please download this bundle. The .mpy format
changed as of CircuitPython 9: 8.x libraries are <em>not</em> compatible.
</p>
</div>
<div>
Expand Down Expand Up @@ -115,19 +107,12 @@ <h2>The Community Bundle</h2>
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/">Community Bundle</a>.
</p>
<div class="release-section">
<div id="circuitpython-community-bundle-8.x-mpy">
<h3>Bundle for Version 8.x</h3>
<p>
This bundle is built for use with CircuitPython 8.x.x. If you are using
CircuitPython 8, please download this bundle.
</p>
</div>
<div id="circuitpython-community-bundle-9.x-mpy">
<h3>Bundle for Version 9.x</h3>
<p>
This bundle is built for use with CircuitPython 9.x.x. If you are using
CircuitPython 9, please download this bundle. The .mpy format has
changed as of CircuitPython 9, so 8.x libraries are <em>not</em> compatible.
CircuitPython 9, please download this bundle. The .mpy format
changed as of CircuitPython 9: 8.x libraries are <em>not</em> compatible.
</p>
</div>
<div>
Expand Down

0 comments on commit 4500dda

Please sign in to comment.