@@ -17,9 +17,41 @@ environment:
1717 ffmpeg_download : https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0-essentials_build.zip
1818
1919 matrix :
20- - TOXENV : py38
21- - TOXENV : py39
22- - TOXENV : py310
20+ - PYTHON : " C:\\ Python38"
21+ PYTHON_VERSION : " 3.8.x" # currently 3.8.0
22+ PYTHON_ARCH : " 32"
23+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
24+ VS : " Visual Studio 14 2015"
25+
26+ - PYTHON : " C:\\ Python38-x64"
27+ PYTHON_VERSION : " 3.8.x" # currently 3.8.0
28+ PYTHON_ARCH : " 64"
29+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
30+ VS : " Visual Studio 14 2015 Win64"
31+
32+ - PYTHON : " C:\\ Python39"
33+ PYTHON_VERSION : " 3.9.0"
34+ PYTHON_ARCH : " 32"
35+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
36+ VS : " Visual Studio 14 2015"
37+
38+ - PYTHON : " C:\\ Python39-x64"
39+ PYTHON_VERSION : " 3.9.0"
40+ PYTHON_ARCH : " 64"
41+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
42+ VS : " Visual Studio 14 2015 Win64"
43+
44+ - PYTHON : " C:\\ Python310"
45+ PYTHON_VERSION : " 3.10.0"
46+ PYTHON_ARCH : " 32"
47+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
48+ VS : " Visual Studio 14 2015"
49+
50+ - PYTHON : " C:\\ Python10-x64"
51+ PYTHON_VERSION : " 3.10.0"
52+ PYTHON_ARCH : " 64"
53+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
54+ VS : " Visual Studio 14 2015 Win64"
2355
2456init :
2557 - ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
0 commit comments