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.
2 parents 421cd0f + 78cd062 commit b3b040bCopy full SHA for b3b040b
circuitpython_build_tools/target_versions.py
@@ -23,6 +23,6 @@
23
# THE SOFTWARE.
24
25
VERSIONS = [
26
- {"tag": "2.3.1", "name": "2.3.1"},
27
- {"tag": "3.0.0-beta.0", "name": "3.0.0-beta.0"},
+ {"tag": "2.x", "name": "2.x"},
+ {"tag": "3.x", "name": "3.x"},
28
]
0 commit comments