Unverified Commit 2c29dc67 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

DRAFT: AppVeyor try current releases of Miniconda

parent a05e8f2e
......@@ -13,6 +13,24 @@ environment:
- PYTHON: "C:\\Miniconda37-x64"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda38"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda38-x64"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda39"
PYTHON_VERSION: "3.9"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda39-x64"
PYTHON_VERSION: "3.9"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda310"
PYTHON_VERSION: "3.10"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda310-x64"
PYTHON_VERSION: "3.10"
PYTHON_ARCH: "64"
# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
......
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