Skip to content

Commit 0db6991

Browse files
committed
drop 8.x bundles
1 parent 9993591 commit 0db6991

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

libraries/index.html

Lines changed: 5 additions & 20 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 8.2.7 you should download the 8.x bundle.
36+
For example, if you are running 9.2.4 you should download the 9.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.
@@ -65,20 +65,12 @@ <h2>Download and Installation Instructions</h2>
6565
</section>
6666
<section>
6767
<h2>Bundles</h2>
68-
<div class="release-section">
69-
<div id="adafruit-circuitpython-bundle-8.x-mpy">
70-
<h3>Bundle for Version 8.x</h3>
71-
<p>
72-
This bundle is built for use with CircuitPython 8.x.x. If you are using
73-
CircuitPython 8, please download this bundle.
74-
</p>
75-
</div>
7668
<div id="adafruit-circuitpython-bundle-9.x-mpy">
7769
<h3>Bundle for Version 9.x</h3>
7870
<p>
7971
This bundle is built for use with CircuitPython 9.x.x. If you are using
80-
CircuitPython 9, please download this bundle. The .mpy format has
81-
changed as of CircuitPython 9, so 8.x libraries are <em>not</em> compatible.
72+
CircuitPython 9, please download this bundle. The .mpy format
73+
changed as of CircuitPython 9: 8.x libraries are <em>not</em> compatible.
8274
</p>
8375
</div>
8476
<div>
@@ -115,19 +107,12 @@ <h2>The Community Bundle</h2>
115107
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/">Community Bundle</a>.
116108
</p>
117109
<div class="release-section">
118-
<div id="circuitpython-community-bundle-8.x-mpy">
119-
<h3>Bundle for Version 8.x</h3>
120-
<p>
121-
This bundle is built for use with CircuitPython 8.x.x. If you are using
122-
CircuitPython 8, please download this bundle.
123-
</p>
124-
</div>
125110
<div id="circuitpython-community-bundle-9.x-mpy">
126111
<h3>Bundle for Version 9.x</h3>
127112
<p>
128113
This bundle is built for use with CircuitPython 9.x.x. If you are using
129-
CircuitPython 9, please download this bundle. The .mpy format has
130-
changed as of CircuitPython 9, so 8.x libraries are <em>not</em> compatible.
114+
CircuitPython 9, please download this bundle. The .mpy format
115+
changed as of CircuitPython 9: 8.x libraries are <em>not</em> compatible.
131116
</p>
132117
</div>
133118
<div>

0 commit comments

Comments
 (0)