@@ -33,7 +33,7 @@ <h2>Download and Installation Instructions</h2>
33
33
versions of Python source code.
34
34
< strong > Make sure to download the bundle that matches the major version
35
35
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.
37
37
</ p >
38
38
< p >
39
39
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>
66
66
< section >
67
67
< h2 > Bundles</ h2 >
68
68
< 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 >
76
69
< div id ="adafruit-circuitpython-bundle-7.x-mpy ">
77
70
< h3 > Bundle for Version 7.x</ h3 >
78
71
< p >
@@ -81,10 +74,17 @@ <h3>Bundle for Version 7.x</h3>
81
74
changed for CircuitPython 7; 6.x .mpy files are not compatible.
82
75
</ p >
83
76
</ 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 >
84
84
< div id ="adafruit-circuitpython-bundle-py ">
85
85
< h3 > Python Source Bundle</ h3 >
86
86
< 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
88
88
intended for general use! It is only recommended if you need to edit
89
89
a library file. This bundle works with all supported versions of CircuitPython.
90
90
</ p >
@@ -118,6 +118,13 @@ <h3>Bundle for Version 7.x</h3>
118
118
CircuitPython 7, please download this bundle.
119
119
</ p >
120
120
</ 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 >
121
128
< div id ="circuitpython-community-bundle-py ">
122
129
< h3 > Python Source Bundle</ h3 >
123
130
< p >
0 commit comments