Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
04dbe1ff
Unverified
Commit
04dbe1ff
authored
Sep 08, 2021
by
Christian Clauss
Committed by
GitHub
Sep 08, 2021
Browse files
appveyor.yml: Python 3.9 and 3.10 rc 2
parent
4e30a057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
.appveyor.yml
.appveyor.yml
+12
-2
No files found.
.appveyor.yml
View file @
04dbe1ff
...
@@ -31,6 +31,12 @@ environment:
...
@@ -31,6 +31,12 @@ environment:
-
PYTHON
:
"
C:
\\
Miniconda37-x64"
-
PYTHON
:
"
C:
\\
Miniconda37-x64"
PYTHON_VERSION
:
"
3.7"
PYTHON_VERSION
:
"
3.7"
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Miniconda39"
PYTHON_VERSION
:
"
3.9"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Miniconda39-x64"
PYTHON_VERSION
:
"
3.9"
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
# with the TARGET_ARCH variable.
# with the TARGET_ARCH variable.
...
@@ -85,7 +91,11 @@ test_script:
...
@@ -85,7 +91,11 @@ test_script:
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python38
-
set PYTHON=C:\Python38
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python39rc1-x64
-
set PYTHON=C:\Python39-x64
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python39
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python310rc2-x64
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python3
9
rc
1
-
set PYTHON=C:\Python3
10
rc
2
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment