Skip to content

Commit 2b255aa

Browse files
authored
Merge pull request #87 from Neradoc/add-cp8-to-bundles
Generate Circuitpython 8.x bundle
2 parents 8c66f80 + d98fb90 commit 2b255aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
2828
{"tag": "7.3.0", "name": "7.x"},
29+
{"tag": "8.0.0-alpha.1", "name": "8.x"},
2930
]

0 commit comments

Comments
 (0)