add 9.x library bundles mentions; remove 7.x bundles mentions
This commit is contained in:
parent
2ef60cfe42
commit
c614533072
1 changed files with 18 additions and 21 deletions
|
|
@ -33,7 +33,7 @@ permalink: /libraries
|
|||
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 7.0.0 you should download the 7.x bundle.
|
||||
For example, if you are running 8.2.7 you should download the 8.x bundle.
|
||||
</p>
|
||||
<p>
|
||||
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
|
||||
|
|
@ -66,20 +66,19 @@ permalink: /libraries
|
|||
<section>
|
||||
<h2>Bundles</h2>
|
||||
<div class="release-section">
|
||||
<div id="adafruit-circuitpython-bundle-7.x-mpy">
|
||||
<h3>Bundle for Version 7.x</h3>
|
||||
<p>
|
||||
This bundle is built for use with CircuitPython 7.x.x. If you are using
|
||||
CircuitPython 7, please download this bundle. The .mpy format has
|
||||
changed for CircuitPython 7; 6.x .mpy files are not compatible.
|
||||
</p>
|
||||
</div>
|
||||
<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. The .mpy format has
|
||||
not changed for CircuitPython 8, so 7.x libraries are compatible.
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -115,17 +114,7 @@ permalink: /libraries
|
|||
Additional libraries written and supported by community members are available in the
|
||||
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/">Community Bundle</a>.
|
||||
</p>
|
||||
<p>If you are looking for the 6.x Community Bundle, you can find it on
|
||||
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/releases/">GitHub</a>.
|
||||
</p>
|
||||
<div class="release-section">
|
||||
<div id="circuitpython-community-bundle-7.x-mpy">
|
||||
<h3>Bundle for Version 7.x</h3>
|
||||
<p>
|
||||
This bundle is built for use with CircuitPython 7.x.x. If you are using
|
||||
CircuitPython 7, please download this bundle.
|
||||
</p>
|
||||
</div>
|
||||
<div id="circuitpython-community-bundle-8.x-mpy">
|
||||
<h3>Bundle for Version 8.x</h3>
|
||||
<p>
|
||||
|
|
@ -133,6 +122,14 @@ permalink: /libraries
|
|||
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.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Bundle for Older Versions</h3>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue