-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython38.yaml
More file actions
55 lines (48 loc) · 1.62 KB
/
python38.yaml
File metadata and controls
55 lines (48 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
migrator_ts: 1569538102 # The timestamp of when the migration was made
__migrator:
kind:
version
exclude:
- c_compiler
- vc
- cxx_compiler
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 0
python:
- 2.7
- 3.6
- 3.7
- 3.8
c_compiler:
# legacy compilers for things that refuse to move
- toolchain_c # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')]
# modern compilers
- gcc # [linux64]
- clang # [osx]
# non-standard arches get built with gcc
- gcc # [aarch64]
- gcc # [ppc64le]
- gcc # [armv7l]
- vs2008 # [win]
- vs2015 # [win]
- vs2015 # [win]
- vs2015 # [win]
cxx_compiler:
# legacy compilers for things that refuse to move
- toolchain_cxx # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')]
# modern compilers
- gxx # [linux64]
- clangxx # [osx]
- gxx # [aarch64]
- gxx # [ppc64le]
- gxx # [armv7l]
- vs2008 # [win]
- vs2015 # [win]
- vs2015 # [win]
- vs2015 # [win]
vc: # [win]
- 9 # [win]
- 14 # [win]
- 14 # [win]
- 14 # [win]