From 0cace3a07b524c3496a30d381ae36785ede97a12 Mon Sep 17 00:00:00 2001 From: Joe R Date: Fri, 28 Jun 2024 22:04:35 -0400 Subject: [PATCH] Add temp fix for new issue with xgettext command in AppVeyor --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8e19b5a1..9be80285 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,15 +1,15 @@ --- -image: Visual Studio 2019 +image: Previous Visual Studio 2022 environment: matrix: - - PYTHON: "C:\\Python311" + - PYTHON: "C:\\Python312" # Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml # Thanks! install: # - choco install strawberryperl - copy %PYTHON%\python.exe %PYTHON%\python3.exe - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - - python3 -mpip install Pillow==9.5 attrs configobj flake8 flake8-import-order + - python3 -mpip install Pillow attrs configobj flake8 flake8-import-order pycotap pygame pyinstaller pysol-cards random2 setuptools six ttkthemes - perl -v