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 7f6f0a5 commit 78cd062Copy full SHA for 78cd062
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", "name": "3.0.0"},
+ {"tag": "2.x", "name": "2.x"},
+ {"tag": "3.x", "name": "3.x"},
28
]
0 commit comments