Skip to content

Commit 292f12c

Browse files
committed
build: ignore non buildable versions
1 parent 6bfb2c3 commit 292f12c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

builder.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,24 @@
33
"depName": "python",
44
"datasource": "docker",
55
"versioning": "docker",
6-
"startVersion": "2.7.0"
6+
"startVersion": "2.7.13",
7+
"ignoredVersions": [
8+
"3.2.6",
9+
"3.3.5",
10+
"3.3.6",
11+
"3.3.7",
12+
"3.4.1",
13+
"3.4.2",
14+
"3.4.3",
15+
"3.4.4",
16+
"3.4.5",
17+
"3.4.6",
18+
"3.4.7",
19+
"3.4.8",
20+
"3.4.9",
21+
"3.4.10",
22+
"3.5.0",
23+
"3.5.1",
24+
"3.5.2"
25+
]
726
}

0 commit comments

Comments
 (0)