From c4affc39679fec52c1ba111ead99b9b0c4dd87db Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Wed, 13 May 2020 16:19:36 -0500 Subject: [PATCH] Remove the 32-bit Python 3.x builds since Appveyor does not have the toolchains. --- Windows/appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Windows/appveyor.yml b/Windows/appveyor.yml index 2fdc4b1..9f0b20a 100644 --- a/Windows/appveyor.yml +++ b/Windows/appveyor.yml @@ -26,26 +26,26 @@ environment: - PYTHON: C:\Python38-x64 TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64 - - PYTHON: C:\Python38 - TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 +# - PYTHON: C:\Python38 +# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 - PYTHON: C:\Python37-x64 TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64 - - PYTHON: C:\Python37 - TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 +# - PYTHON: C:\Python37 +# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 - PYTHON: C:\Python36-x64 TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64 - - PYTHON: C:\Python36 - TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 +# - PYTHON: C:\Python36 +# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 - PYTHON: C:\Python35-x64 TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64 - - PYTHON: C:\Python35 - TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 +# - PYTHON: C:\Python35 +# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32 install: # Note that you must use the environment variable %PYTHON% to refer to