File tree 2 files changed +16
-26
lines changed
2 files changed +16
-26
lines changed Original file line number Diff line number Diff line change @@ -12,45 +12,35 @@ environment:
12
12
13
13
matrix :
14
14
15
- - PYTHON : " C:\\ Python27 "
16
- PYTHON_VERSION : " 2.7 "
15
+ - PYTHON : " C:\\ Python38 "
16
+ PYTHON_VERSION : " 3.8 "
17
17
PYTHON_ARCH : " 32"
18
18
UIA_SUPPORT : " NO"
19
19
20
- - PYTHON : " C:\\ Python27-x64"
21
- PYTHON_VERSION : " 2.7"
22
- PYTHON_ARCH : " 64"
23
- UIA_SUPPORT : " YES"
24
-
25
- - PYTHON : " C:\\ Python35"
26
- PYTHON_VERSION : " 3.5"
20
+ - PYTHON : " C:\\ Python38"
21
+ PYTHON_VERSION : " 3.8"
27
22
PYTHON_ARCH : " 32"
28
23
UIA_SUPPORT : " YES"
29
24
30
- - PYTHON : " C:\\ Python37"
31
- PYTHON_VERSION : " 3.7"
32
- PYTHON_ARCH : " 32"
33
- UIA_SUPPORT : " NO"
34
-
35
- - PYTHON : " C:\\ Python37-x64"
36
- PYTHON_VERSION : " 3.7"
25
+ - PYTHON : " C:\\ Python38-x64"
26
+ PYTHON_VERSION : " 3.8"
37
27
PYTHON_ARCH : " 64"
38
- UIA_SUPPORT : " YES "
28
+ UIA_SUPPORT : " NO "
39
29
40
30
- PYTHON : " C:\\ Python38-x64"
41
31
PYTHON_VERSION : " 3.8"
42
32
PYTHON_ARCH : " 64"
43
33
UIA_SUPPORT : " YES"
44
34
45
- - PYTHON : " C:\\ Python39"
46
- PYTHON_VERSION : " 3.9"
47
- PYTHON_ARCH : " 32"
48
- UIA_SUPPORT : " YES"
35
+ # - PYTHON: "C:\\Python39"
36
+ # PYTHON_VERSION: "3.9"
37
+ # PYTHON_ARCH: "32"
38
+ # UIA_SUPPORT: "YES"
49
39
50
- - PYTHON : " C:\\ Python310-x64"
51
- PYTHON_VERSION : " 3.10"
52
- PYTHON_ARCH : " 64"
53
- UIA_SUPPORT : " YES"
40
+ # - PYTHON: "C:\\Python310-x64"
41
+ # PYTHON_VERSION: "3.10"
42
+ # PYTHON_ARCH: "64"
43
+ # UIA_SUPPORT: "YES"
54
44
55
45
- PYTHON : " C:\\ Python311-x64"
56
46
PYTHON_VERSION : " 3.11"
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function UpdateConda ($python_home) {
86
86
87
87
function InstallComtypes ($python_home ) {
88
88
$pip_path = $python_home + " \Scripts\pip.exe"
89
- $args = " install comtypes"
89
+ $args = " install https://github.com/junkmd/ comtypes/archive/refs/heads/ruff_over_black.zip "
90
90
Start-Process - FilePath " $pip_path " - ArgumentList $args - Wait - Passthru
91
91
}
92
92
You can’t perform that action at this time.
0 commit comments