Skip to content

Commit 28072e3

Browse files
committed
Update to 6.2.0 and add 7.
1 parent 7b0b16d commit 28072e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ circuitpython_build_tools/data/
99
version.py
1010
.env/*
1111
.DS_Store
12+
.idea/*

circuitpython_build_tools/target_versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
# The tag specifies which version of CircuitPython to use for mpy-cross.
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
28-
{"tag": "6.1.0", "name": "6.x"},
28+
{"tag": "6.2.0", "name": "6.x"},
29+
{"tag": "7.0.0-alpha.1", "name": "7.x"},
2930
]

0 commit comments

Comments
 (0)