Skip to content

Commit 5fdd3b2

Browse files
committed
Remove 6.x bundle links; add pointer to obsolete bundles list
1 parent 8288b2b commit 5fdd3b2

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

libraries/index.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>Download and Installation Instructions</h2>
3333
versions of Python source code.
3434
<strong>Make sure to download the bundle that matches the major version
3535
of your CircuitPython</strong>, because the <b>.mpy</b> files can change between versions.
36-
For example, if you are running 6.3.0 you should download the 6.x bundle.
36+
For example, if you are running 7.0.0 you should download the 7.x bundle.
3737
</p>
3838
<p>
3939
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
@@ -66,13 +66,6 @@ <h2>Download and Installation Instructions</h2>
6666
<section>
6767
<h2>Bundles</h2>
6868
<div class="release-section">
69-
<div id="adafruit-circuitpython-bundle-6.x-mpy">
70-
<h3>Bundle for Version 6.x</h3>
71-
<p>
72-
This bundle is built for use with CircuitPython 6.x.x. If you are using
73-
CircuitPython 6, please download this bundle.
74-
</p>
75-
</div>
7669
<div id="adafruit-circuitpython-bundle-7.x-mpy">
7770
<h3>Bundle for Version 7.x</h3>
7871
<p>
@@ -81,10 +74,17 @@ <h3>Bundle for Version 7.x</h3>
8174
changed for CircuitPython 7; 6.x .mpy files are not compatible.
8275
</p>
8376
</div>
77+
<div>
78+
<h3>Bundles for Older Versions</h3>
79+
<p>
80+
If you need a bundle for an older version of CircuitPython,
81+
see <a href="https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#faq-3105289">this list</a>.
82+
</p>
83+
</div>
8484
<div id="adafruit-circuitpython-bundle-py">
8585
<h3>Python Source Bundle</h3>
8686
<p>
87-
This bundle is the uncompiled Python source code for every library. It is not
87+
This bundle is the latest uncompiled Python source code for every library. It is not
8888
intended for general use! It is only recommended if you need to edit
8989
a library file. This bundle works with all supported versions of CircuitPython.
9090
</p>
@@ -118,6 +118,13 @@ <h3>Bundle for Version 7.x</h3>
118118
CircuitPython 7, please download this bundle.
119119
</p>
120120
</div>
121+
<div>
122+
<h3>Bundle for Older Versions</h3>
123+
<p>
124+
If you are looking for Community Bundles for older versions of CircuitPython, you can find them on
125+
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/releases/">GitHub</a>.
126+
</p>
127+
</div>
121128
<div id="circuitpython-community-bundle-py">
122129
<h3>Python Source Bundle</h3>
123130
<p>

0 commit comments

Comments
 (0)