File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,18 @@ environment:
67
67
OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
68
68
VS : " Visual Studio 14 2015 Win64"
69
69
70
+ - PYTHON : " C:\\ Python313"
71
+ PYTHON_VERSION : " 3.13.2"
72
+ PYTHON_ARCH : " 32"
73
+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
74
+ VS : " Visual Studio 14 2015"
75
+
76
+ - PYTHON : " C:\\ Python313-x64"
77
+ PYTHON_VERSION : " 3.13.2"
78
+ PYTHON_ARCH : " 64"
79
+ OPENSSL_LIB : " https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
80
+ VS : " Visual Studio 14 2015 Win64"
81
+
70
82
install :
71
83
# If there is a newer build queued for the same PR, cancel this one.
72
84
# The AppVeyor 'rollout builds' option is supposed to serve the same
You can’t perform that action at this time.
0 commit comments