Skip to content

Commit 2186355

Browse files
authored
Upgrade to jansson 2.13 and start building for Python 3.9. (VirusTotal#161)
1 parent 9fc35ea commit 2186355

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

appveyor.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
# /E:ON and /V:ON options are not enabled in the batch script intepreter
55
# See: http://stackoverflow.com/a/13751649/163740
66
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
7-
JANSSON_VERSION: "2.10"
7+
JANSSON_VERSION: "2.13"
88

99
matrix:
1010

@@ -60,6 +60,18 @@ environment:
6060
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
6161
VS: "Visual Studio 14 2015 Win64"
6262

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+
6375
install:
6476
# If there is a newer build queued for the same PR, cancel this one.
6577
# The AppVeyor 'rollout builds' option is supposed to serve the same

0 commit comments

Comments
 (0)