Unverified Commit 17d7e157 by Marta Gómez Macías Committed by GitHub

Python 3.10 release (#198)

* Build for Python 3.10

* Update build command

bdist_wininst was deprecated in python 3.8 (and removed in python 3.10) and bdist_msi was deprecated in python3.9
parent 7e19b740
......@@ -72,6 +72,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:\\Python310"
PYTHON_VERSION: "3.10.0"
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:\\Python10-x64"
PYTHON_VERSION: "3.10.0"
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
......@@ -155,8 +167,7 @@ test_script:
after_test:
# If tests are successful, create binary packages for the project.
- "%CMD_IN_ENV% python setup.py bdist_wheel"
- "%CMD_IN_ENV% python setup.py bdist_wininst"
- "%CMD_IN_ENV% python setup.py bdist_msi"
- "%CMD_IN_ENV% python setup.py bdist --format=msi"
artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
......
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