"plugins/amoeba/vscode:/vscode.git/clone" did not exist on "9b6e8314323b3fda5853e580f5ec253daa591e43"
Unverified Commit b9de3223 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Revert to Python 3.7

parent c5e3c338
...@@ -7,11 +7,11 @@ environment: ...@@ -7,11 +7,11 @@ environment:
TEST_DEPENDS: "nose" TEST_DEPENDS: "nose"
matrix: matrix:
- PYTHON: "C:\\Miniconda310" - PYTHON: "C:\\Miniconda37"
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda310-x64" - PYTHON: "C:\\Miniconda37-x64"
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
# We always use a 64-bit machine, but can build x86 distributions # We always use a 64-bit machine, but can build x86 distributions
......
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