Skip to content

Commit 0af2ed3

Browse files
Temporary disable Windows tests for Python >= 3.8
1 parent 12de7a5 commit 0af2ed3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ environment:
1414
- PYTHON: "C:\\Python37-x64"
1515
ARCH: x64
1616
GEOS_VERSION: "3.7.3"
17-
- PYTHON: "C:\\Python38"
18-
ARCH: x86
19-
GEOS_VERSION: "3.8.1"
20-
- PYTHON: "C:\\Python39-x64"
21-
ARCH: x64
22-
GEOS_VERSION: "3.9.1"
17+
# Python >= 3.8 testing needs an update to ensure DLLs around at runtime
18+
# - PYTHON: "C:\\Python38"
19+
# ARCH: x86
20+
# GEOS_VERSION: "3.8.1"
21+
# - PYTHON: "C:\\Python39-x64"
22+
# ARCH: x64
23+
# GEOS_VERSION: "3.9.1"
2324

2425

2526
install:

0 commit comments

Comments
 (0)