Skip to content

Commit 9a523be

Browse files
authored
Merge pull request #68 from kattni/update-versions
Update to 6.2.0 and add 7.
2 parents 7b0b16d + 28072e3 commit 9a523be

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)