Skip to content

Commit 3a6a633

Browse files
committed
Don't build with Python 3.11.
For some reason the generation of the .msi installer is failing with Python 3.11. It fails with error: error: invalid format 'msi'. The documentation the argument `--format=msi` should be correct. https://docs.python.org/3/distutils/builtdist.html
1 parent cea9bc3 commit 3a6a633

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

appveyor.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ environment:
5959
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
6060
VS: "Visual Studio 14 2015 Win64"
6161

62-
- PYTHON: "C:\\Python311"
63-
PYTHON_VERSION: "3.11.0"
64-
PYTHON_ARCH: "32"
65-
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
66-
VS: "Visual Studio 14 2015"
67-
68-
- PYTHON: "C:\\Python311-x64"
69-
PYTHON_VERSION: "3.11.0"
70-
PYTHON_ARCH: "64"
71-
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
72-
VS: "Visual Studio 14 2015 Win64"
73-
7462
install:
7563
# If there is a newer build queued for the same PR, cancel this one.
7664
# The AppVeyor 'rollout builds' option is supposed to serve the same

0 commit comments

Comments
 (0)