We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3b040b + a4a324d commit 68a736fCopy full SHA for 68a736f
circuitpython_build_tools/target_versions.py
@@ -22,7 +22,9 @@
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
# THE SOFTWARE.
24
25
+# The tag specifies which version of CircuitPython to use for mpy-cross.
26
+# The name is used when constructing the zip file names.
27
VERSIONS = [
- {"tag": "2.x", "name": "2.x"},
- {"tag": "3.x", "name": "3.x"},
28
+ {"tag": "2.3.1", "name": "2.x"},
29
+ {"tag": "3.0.0", "name": "3.x"},
30
]
0 commit comments