Skip to content

Commit a4a324d

Browse files
committed
use a fixed version for mpy-cross builds
1 parent b3b040b commit a4a324d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
# THE SOFTWARE.
2424

25+
# The tag specifies which version of CircuitPython to use for mpy-cross.
26+
# The name is used when constructing the zip file names.
2527
VERSIONS = [
26-
{"tag": "2.x", "name": "2.x"},
27-
{"tag": "3.x", "name": "3.x"},
28+
{"tag": "2.3.1", "name": "2.x"},
29+
{"tag": "3.0.0", "name": "3.x"},
2830
]

0 commit comments

Comments
 (0)