We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81cc44 commit c03ee77Copy full SHA for c03ee77
appveyor.yml
@@ -8,6 +8,8 @@ environment:
8
QT_VERSION: "5"
9
- PYTHON_VERSION: "3.6"
10
11
+ - PYTHON_VERSION: "3.7"
12
+ QT_VERSION: "5"
13
os: unstable
14
install:
15
# Install miniconda Python
ci/install_python.ps1
@@ -10,7 +10,7 @@ $BASE_URL = "https://www.python.org/ftp/python/"
function DownloadMiniconda ($python_version, $platform_suffix) {
$webclient = New-Object System.Net.WebClient
- if ($python_version -match "3.[456]") {
+ if ($python_version -match "3.[4567]") {
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
} else {
16
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
0 commit comments