Skip to content

Commit 18788c4

Browse files
Start building for Python 3.13.
1 parent 3c616fe commit 18788c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

+12
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ environment:
6767
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
6868
VS: "Visual Studio 14 2015 Win64"
6969

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

0 commit comments

Comments
 (0)