We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b8c5c commit 3fc9c14Copy full SHA for 3fc9c14
circuitpython_build_tools/target_versions.py
@@ -23,6 +23,6 @@
23
# THE SOFTWARE.
24
25
VERSIONS = [
26
- {"tag": "2.2.1", "name": "2.2.1"},
27
- {"tag": "3.0.0-alpha.1", "name": "3.0.0-alpha.1"},
+ {"tag": "2.2.3", "name": "2.2.3"},
+ {"tag": "3.0.0-alpha.2", "name": "3.0.0-alpha.2"},
28
]
0 commit comments