Commit df9c940c by Victor M. Alvarez

Fix Python version in appveyor.yml

parent 6ca706c7
...@@ -56,13 +56,13 @@ environment: ...@@ -56,13 +56,13 @@ environment:
VS: "Visual Studio 14 2015 Win64" VS: "Visual Studio 14 2015 Win64"
- PYTHON: "C:\\Python312" - PYTHON: "C:\\Python312"
PYTHON_VERSION: "3.12" PYTHON_VERSION: "3.12.0"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg" OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
VS: "Visual Studio 14 2015" VS: "Visual Studio 14 2015"
- PYTHON: "C:\\Python312-x64" - PYTHON: "C:\\Python312-x64"
PYTHON_VERSION: "3.12" PYTHON_VERSION: "3.12.0"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg" OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
VS: "Visual Studio 14 2015 Win64" VS: "Visual Studio 14 2015 Win64"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment