File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ environment:
4
4
# /E:ON and /V:ON options are not enabled in the batch script intepreter
5
5
# See: http://stackoverflow.com/a/13751649/163740
6
6
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ appveyor\\ run_with_env.cmd"
7
- JANSSON_VERSION : " 2.10 "
7
+ JANSSON_VERSION : " 2.13 "
8
8
9
9
matrix :
10
10
@@ -60,6 +60,18 @@ environment:
60
60
OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
61
61
VS : " Visual Studio 14 2015 Win64"
62
62
63
+ - PYTHON : " C:\\ Python39"
64
+ PYTHON_VERSION : " 3.9.0"
65
+ PYTHON_ARCH : " 32"
66
+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
67
+ VS : " Visual Studio 14 2015"
68
+
69
+ - PYTHON : " C:\\ Python39-x64"
70
+ PYTHON_VERSION : " 3.9.0"
71
+ PYTHON_ARCH : " 64"
72
+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
73
+ VS : " Visual Studio 14 2015 Win64"
74
+
63
75
install :
64
76
# If there is a newer build queued for the same PR, cancel this one.
65
77
# The AppVeyor 'rollout builds' option is supposed to serve the same
You can’t perform that action at this time.
0 commit comments