Skip to content

Commit fd0d426

Browse files
authored
Drop building 8.x bundles
1 parent d696ac5 commit fd0d426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@
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": "8.2.0", "name": "8.x"},
29-
{"tag": "9.0.0-alpha.2", "name": "9.x"},
28+
{"tag": "9.2.4", "name": "9.x"},
3029
]

0 commit comments

Comments
 (0)