Skip to content

Commit

Permalink
Remove the 32-bit Python 3.x builds since Appveyor does not have the …
Browse files Browse the repository at this point in the history
…toolchains.
  • Loading branch information
culler committed May 13, 2020
1 parent 8bd2253 commit c4affc3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Windows/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4affc3

Please sign in to comment.