@@ -53,7 +53,7 @@ aarch64-apple-darwin:
53
53
host_platforms :
54
54
- darwin
55
55
pythons_supported :
56
- - ' cpython- 3.9'
56
+ - ' 3.9'
57
57
needs_toolchain : true
58
58
host_cc : clang
59
59
target_cc : clang
@@ -94,7 +94,7 @@ aarch64-apple-ios:
94
94
host_platforms :
95
95
- darwin
96
96
pythons_supported :
97
- - ' cpython- 3.9'
97
+ - ' 3.9'
98
98
needs_toolchain : true
99
99
apple_sdk_platform : iphoneos
100
100
host_cc : clang
@@ -129,7 +129,7 @@ aarch64-unknown-linux-gnu:
129
129
host_platforms :
130
130
- linux
131
131
pythons_supported :
132
- - ' cpython- 3.9'
132
+ - ' 3.9'
133
133
docker_image_suffix : .cross
134
134
host_cc : /usr/bin/x86_64-linux-gnu-gcc
135
135
target_cc : /usr/bin/aarch64-linux-gnu-gcc
@@ -159,7 +159,7 @@ arm64-apple-tvos:
159
159
host_platforms :
160
160
- darwin
161
161
pythons_supported :
162
- - ' cpython- 3.9'
162
+ - ' 3.9'
163
163
needs_toolchain : true
164
164
apple_sdk_platform : appletvos
165
165
host_cc : clang
@@ -193,7 +193,7 @@ armv7-unknown-linux-gnueabi:
193
193
host_platforms :
194
194
- linux
195
195
pythons_supported :
196
- - ' cpython- 3.9'
196
+ - ' 3.9'
197
197
docker_image_suffix : .cross
198
198
host_cc : /usr/bin/x86_64-linux-gnu-gcc
199
199
target_cc : /usr/bin/arm-linux-gnueabi-gcc
@@ -223,7 +223,7 @@ armv7-unknown-linux-gnueabihf:
223
223
host_platforms :
224
224
- linux
225
225
pythons_supported :
226
- - ' cpython- 3.9'
226
+ - ' 3.9'
227
227
docker_image_suffix : .cross
228
228
host_cc : /usr/bin/x86_64-linux-gnu-gcc
229
229
target_cc : /usr/bin/arm-linux-gnueabihf-gcc
@@ -253,9 +253,9 @@ i686-unknown-linux-gnu:
253
253
host_platforms :
254
254
- linux
255
255
pythons_supported :
256
- - ' cpython- 3.8'
257
- - ' cpython- 3.9'
258
- - ' cpython- 3.10'
256
+ - ' 3.8'
257
+ - ' 3.9'
258
+ - ' 3.10'
259
259
needs_toolchain : true
260
260
host_cc : clang
261
261
target_cc : clang
@@ -291,7 +291,7 @@ mips-unknown-linux-gnu:
291
291
host_platforms :
292
292
- linux
293
293
pythons_supported :
294
- - ' cpython- 3.9'
294
+ - ' 3.9'
295
295
docker_image_suffix : .cross
296
296
host_cc : /usr/bin/x86_64-linux-gnu-gcc
297
297
target_cc : /usr/bin/mips-linux-gnu-gcc
@@ -321,7 +321,7 @@ mipsel-unknown-linux-gnu:
321
321
host_platforms :
322
322
- linux
323
323
pythons_supported :
324
- - ' cpython- 3.9'
324
+ - ' 3.9'
325
325
docker_image_suffix : .cross
326
326
host_cc : /usr/bin/x86_64-linux-gnu-gcc
327
327
target_cc : /usr/bin/mipsel-linux-gnu-gcc
@@ -351,7 +351,7 @@ s390x-unknown-linux-gnu:
351
351
host_platforms :
352
352
- linux
353
353
pythons_supported :
354
- - ' cpython- 3.9'
354
+ - ' 3.9'
355
355
docker_image_suffix : .cross
356
356
host_cc : /usr/bin/x86_64-linux-gnu-gcc
357
357
target_cc : /usr/bin/s390x-linux-gnu-gcc
@@ -381,7 +381,7 @@ thumb7k-apple-watchos:
381
381
host_platforms :
382
382
- darwin
383
383
pythons_supported :
384
- - ' cpython- 3.9'
384
+ - ' 3.9'
385
385
needs_toolchain : true
386
386
apple_sdk_platform : watchos
387
387
host_cc : clang
@@ -419,8 +419,8 @@ x86_64-apple-darwin:
419
419
host_platforms :
420
420
- darwin
421
421
pythons_supported :
422
- - ' cpython- 3.8'
423
- - ' cpython- 3.9'
422
+ - ' 3.8'
423
+ - ' 3.9'
424
424
needs_toolchain : true
425
425
apple_sdk_platform : macosx
426
426
host_cc : clang
@@ -461,7 +461,7 @@ x86_64-apple-ios:
461
461
host_platforms :
462
462
- darwin
463
463
pythons_supported :
464
- - ' cpython- 3.9'
464
+ - ' 3.9'
465
465
needs_toolchain : true
466
466
apple_sdk_platform : iphonesimulator
467
467
host_cc : clang
@@ -496,7 +496,7 @@ x86_64-apple-tvos:
496
496
host_platforms :
497
497
- darwin
498
498
pythons_supported :
499
- - ' cpython- 3.9'
499
+ - ' 3.9'
500
500
needs_toolchain : true
501
501
apple_sdk_platform : appletvsimulator
502
502
host_cc : clang
@@ -529,7 +529,7 @@ x86_64-apple-watchos:
529
529
host_platforms :
530
530
- darwin
531
531
pythons_supported :
532
- - ' cpython- 3.9'
532
+ - ' 3.9'
533
533
needs_toolchain : true
534
534
apple_sdk_platform : watchsimulator
535
535
host_cc : clang
@@ -563,9 +563,9 @@ x86_64-unknown-linux-gnu:
563
563
host_platforms :
564
564
- linux
565
565
pythons_supported :
566
- - ' cpython- 3.8'
567
- - ' cpython- 3.9'
568
- - ' cpython- 3.10'
566
+ - ' 3.8'
567
+ - ' 3.9'
568
+ - ' 3.10'
569
569
needs_toolchain : true
570
570
host_cc : clang
571
571
target_cc : clang
@@ -596,9 +596,9 @@ x86_64-unknown-linux-musl:
596
596
host_platforms :
597
597
- linux
598
598
pythons_supported :
599
- - ' cpython- 3.8'
600
- - ' cpython- 3.9'
601
- - ' cpython- 3.10'
599
+ - ' 3.8'
600
+ - ' 3.9'
601
+ - ' 3.10'
602
602
needs_toolchain : true
603
603
host_cc : clang
604
604
target_cc : musl-clang
0 commit comments