Skip to content

Commit 932cac6

Browse files
committed
1 parent bf7f789 commit 932cac6

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

appveyor.yml

+15-25
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,35 @@ environment:
1212

1313
matrix:
1414

15-
- PYTHON: "C:\\Python27"
16-
PYTHON_VERSION: "2.7"
15+
- PYTHON: "C:\\Python38"
16+
PYTHON_VERSION: "3.8"
1717
PYTHON_ARCH: "32"
1818
UIA_SUPPORT: "NO"
1919

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"
2722
PYTHON_ARCH: "32"
2823
UIA_SUPPORT: "YES"
2924

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"
3727
PYTHON_ARCH: "64"
38-
UIA_SUPPORT: "YES"
28+
UIA_SUPPORT: "NO"
3929

4030
- PYTHON: "C:\\Python38-x64"
4131
PYTHON_VERSION: "3.8"
4232
PYTHON_ARCH: "64"
4333
UIA_SUPPORT: "YES"
4434

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"
4939

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"
5444

5545
- PYTHON: "C:\\Python311-x64"
5646
PYTHON_VERSION: "3.11"

ci/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function UpdateConda ($python_home) {
8686

8787
function InstallComtypes ($python_home) {
8888
$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"
9090
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
9191
}
9292

0 commit comments

Comments
 (0)