Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Test minimal Python 3.5.3 support

Change-Id: Icb974c4e071a6429e071f1c3b29699f531572020
---
M .appveyor.yml
M appveyor_install.ps1
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 749a757..d163a8a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,8 +15,8 @@

# Test the lowest supported release of each major Python version

- - PYTHON: "C:\\Python352-x64"
- PYTHON_VERSION: "3.5.2"
+ - PYTHON: "C:\\Python353-x64"
+ PYTHON_VERSION: "3.5.3"
PYTHON_ARCH: "64"

# Appveyor pre-installs these versions onto build machines
diff --git a/appveyor_install.ps1 b/appveyor_install.ps1
index 508c3b5..399fa15 100644
--- a/appveyor_install.ps1
+++ b/appveyor_install.ps1
@@ -126,7 +126,7 @@


function main () {
- if ($env:PYTHON_VERSION -eq "3.5.2") {
+ if ($env:PYTHON_VERSION -eq "3.5.3") {
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
}
}

To view, visit change 705181. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Icb974c4e071a6429e071f1c3b29699f531572020
Gerrit-Change-Number: 705181
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged