Skip to content

Commit df9c940

Browse files
committed
Fix Python version in appveyor.yml
1 parent 6ca706c commit df9c940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ environment:
5656
VS: "Visual Studio 14 2015 Win64"
5757

5858
- PYTHON: "C:\\Python312"
59-
PYTHON_VERSION: "3.12"
59+
PYTHON_VERSION: "3.12.0"
6060
PYTHON_ARCH: "32"
6161
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
6262
VS: "Visual Studio 14 2015"
6363

6464
- PYTHON: "C:\\Python312-x64"
65-
PYTHON_VERSION: "3.12"
65+
PYTHON_VERSION: "3.12.0"
6666
PYTHON_ARCH: "64"
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"

0 commit comments

Comments
 (0)