Skip to content

Commit afc8951

Browse files
committed
Be specific in target versions and remove 1.x support.
1 parent 3be916b commit afc8951

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
# THE SOFTWARE.
2424

2525
VERSIONS = [
26-
{"tag": "1.0.0", "name": "1.x"},
27-
{"tag": "2.0.0", "name": "2.x"},
28-
{"tag": "3.0.0-alpha.1", "name": "3.x-beta"},
26+
{"tag": "2.1.0", "name": "2.1.0"},
27+
{"tag": "3.0.0-alpha.1", "name": "3.0.0-alpha.1"},
2928
]

0 commit comments

Comments
 (0)