We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12de7a5 commit 0af2ed3Copy full SHA for 0af2ed3
1 file changed
appveyor.yml
@@ -14,12 +14,13 @@ environment:
14
- PYTHON: "C:\\Python37-x64"
15
ARCH: x64
16
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"
+ # Python >= 3.8 testing needs an update to ensure DLLs around at runtime
+ # - PYTHON: "C:\\Python38"
+ # ARCH: x86
+ # GEOS_VERSION: "3.8.1"
+ # - PYTHON: "C:\\Python39-x64"
+ # ARCH: x64
23
+ # GEOS_VERSION: "3.9.1"
24
25
26
install:
0 commit comments