From de836fe5a06ea8de7627e03185fc94678c27e733 Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Fri, 27 Jul 2018 09:46:05 +0200 Subject: [PATCH] Remove pygame version specification pygame 1.9.4 wheels for python 3.4 are now available, see https://github.com/shlomif/PySolFC/issues/86 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 212e5fef..7040a058 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ install: - python3 -mpip install pycotap - python3 -mpip install six - python3 -mpip install Pillow - - python3 -mpip install pygame==1.9.3 + - python3 -mpip install pygame - perl -v - copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%