Build AppVeyor CI binaries on Python 3.8

Python 3.8 is the last release of Python to support Windows 7,
which I want to keep supporting for the time being.
fix-global-prefs
nyanpasu64 2021-06-13 20:48:48 -07:00
rodzic f2fdd61dba
commit 07fd92d900
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ branches:
only:
- master
image: Visual Studio 2017
image: Visual Studio 2019
shallow_clone: true
environment:
matrix:
@ -16,7 +16,7 @@ environment:
# https://www.appveyor.com/docs/windows-images-software/ or
# https://www.appveyor.com/docs/linux-images-software/
- pydir: 'C:\Python36'
- pydir: 'C:\Python37-x64'
- pydir: 'C:\Python38-x64'
global:
py: '%pydir%\python.exe'
APPVEYOR_SAVE_CACHE_ON_ERROR: true
@ -48,7 +48,7 @@ test_script:
- 'poetry run codecov'
after_test:
- 'if not "%pydir%"=="C:\Python37-x64" appveyor exit'
- 'if not "%pydir%"=="C:\Python38-x64" appveyor exit'
# Running pyinstaller is much faster on x64 I think,
# but the resulting files are 64-bit only.
- 'poetry build'