From 18788c46b82e663229a783cd098c3fc5a0256698 Mon Sep 17 00:00:00 2001 From: TooYoungTooSimp <6648049+TooYoungTooSimp@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:42:05 +0800 Subject: [PATCH] Start building for Python 3.13. --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1fa7f82..80cdccb 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,6 +67,18 @@ environment: OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg" VS: "Visual Studio 14 2015 Win64" + - PYTHON: "C:\\Python313" + PYTHON_VERSION: "3.13.2" + PYTHON_ARCH: "32" + OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg" + VS: "Visual Studio 14 2015" + + - PYTHON: "C:\\Python313-x64" + PYTHON_VERSION: "3.13.2" + PYTHON_ARCH: "64" + OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg" + VS: "Visual Studio 14 2015 Win64" + install: # If there is a newer build queued for the same PR, cancel this one. # The AppVeyor 'rollout builds' option is supposed to serve the same