File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,19 @@ def date_to_version(tag):
88
88
MPYCROSSES = {
89
89
"darwin" : {
90
90
"mpy6" : "mpy-cross-macos-catalina-6.3.0" ,
91
- "mpy7" : "mpy-cross-macos-universal-7.0.0-rc.1 " ,
91
+ "mpy7" : "mpy-cross-macos-universal-7.0.0" ,
92
92
},
93
93
"linux" : {
94
94
"mpy6" : "mpy-cross.static-amd64-linux-6.3.0" ,
95
- "mpy7" : "mpy-cross.static-amd64-linux-7.0.0-rc.1 " ,
95
+ "mpy7" : "mpy-cross.static-amd64-linux-7.0.0" ,
96
96
},
97
97
"win32" : {
98
98
"mpy6" : "mpy-cross.static-x64-windows-6.3.0.exe" ,
99
- "mpy7" : "mpy-cross.static-x64-windows-7.0.0-rc.1 .exe" ,
99
+ "mpy7" : "mpy-cross.static-x64-windows-7.0.0.exe" ,
100
100
},
101
101
"raspbian" : {
102
102
"mpy6" : "mpy-cross.static-raspbian-6.3.0" ,
103
- "mpy7" : "mpy-cross.static-raspbian-7.0.0-rc.1 " ,
103
+ "mpy7" : "mpy-cross.static-raspbian-7.0.0" ,
104
104
},
105
105
}
106
106
MPYCROSS = MPYCROSSES [sys .platform ]
You can’t perform that action at this time.
0 commit comments